the beginning of the idiots
This commit is contained in:
		
							
								
								
									
										29
									
								
								qwen/php/tests/Models/UserTest.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								qwen/php/tests/Models/UserTest.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,29 @@
 | 
			
		||||
<?php
 | 
			
		||||
// tests/Models/UserTest.php
 | 
			
		||||
namespace Tests\Models;
 | 
			
		||||
 | 
			
		||||
use PHPUnit\Framework\TestCase;
 | 
			
		||||
use App\Models\User;
 | 
			
		||||
 | 
			
		||||
class UserTest extends TestCase
 | 
			
		||||
{
 | 
			
		||||
    public function testFindByIdReturnsUser(): void
 | 
			
		||||
    {
 | 
			
		||||
        $this->markTestIncomplete('Database testing requires a test database setup');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function testFindByEmailReturnsUser(): void
 | 
			
		||||
    {
 | 
			
		||||
        $this->markTestIncomplete('Database testing requires a test database setup');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function testCreateUser(): void
 | 
			
		||||
    {
 | 
			
		||||
        $this->markTestIncomplete('Database testing requires a test database setup');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function testAuthenticateUser(): void
 | 
			
		||||
    {
 | 
			
		||||
        $this->markTestIncomplete('Database testing requires a test database setup');
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user