mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Excluded Kernel and DataFixtures from testing
This commit is contained in:
		| @@ -28,11 +28,15 @@ | ||||
|         </testsuite> | ||||
|     </testsuites> | ||||
|     <filter> | ||||
| 	<whitelist> | ||||
| 		<directory>./src/</directory> | ||||
| 	</whitelist> | ||||
| 		<whitelist> | ||||
| 			<directory>./src/</directory> | ||||
| 			<exclude> | ||||
| 				<file>./src/Kernel.php</file> | ||||
| 				<directory>./src/DataFixtures</directory> | ||||
| 			</exclude> | ||||
| 		</whitelist> | ||||
|     </filter> | ||||
|     <listeners> | ||||
|         <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> | ||||
|     </listeners> | ||||
| </phpunit> | ||||
| </phpunit> | ||||
		Reference in New Issue
	
	Block a user