mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 01:09:41 +00:00 
			
		
		
		
	Optimized test structure
This commit is contained in:
		| @@ -18,8 +18,8 @@ | ||||
|     </php> | ||||
|  | ||||
|     <testsuites> | ||||
|         <testsuite name="Functional Test Suite"> | ||||
|             <directory>tests/</directory> | ||||
|         <testsuite name="Integration Test Suite"> | ||||
|             <directory>./integration/</directory> | ||||
|         </testsuite> | ||||
|         <testsuite name="Unit Test Suite"> | ||||
|             <directory>./src/</directory> | ||||
|   | ||||
							
								
								
									
										0
									
								
								application/tests/integration/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								application/tests/integration/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -1,7 +1,10 @@ | ||||
| <?php | ||||
| namespace App\Controller; | ||||
| namespace App\Tests\Unit\Controller; | ||||
| 
 | ||||
| 
 | ||||
| use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; | ||||
| use App\Controller\DefaultControllerInterface; | ||||
| use App\Controller\DefaultController; | ||||
| 
 | ||||
| /** | ||||
|  * | ||||
| @@ -1,5 +1,5 @@ | ||||
| <?php | ||||
| namespace App\Controller; | ||||
| namespace App\Tests\Unit\Controller; | ||||
| 
 | ||||
| use PHPUnit\Framework\TestCase; | ||||
| use App\Controller\UserController; | ||||
		Reference in New Issue
	
	Block a user