the beginning of the idiots
This commit is contained in:
		
							
								
								
									
										13
									
								
								qwen/php/tests/ApplicationTest.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								qwen/php/tests/ApplicationTest.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<?php
 | 
			
		||||
// tests/ApplicationTest.php
 | 
			
		||||
use PHPUnit\Framework\TestCase;
 | 
			
		||||
use App\Application;
 | 
			
		||||
 | 
			
		||||
class ApplicationTest extends TestCase
 | 
			
		||||
{
 | 
			
		||||
    public function testApplicationCanBeCreated(): void
 | 
			
		||||
    {
 | 
			
		||||
        $application = new Application();
 | 
			
		||||
        $this->assertInstanceOf(Application::class, $application);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user