mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-09 11:27:13 +02:00
Added test environment
This commit is contained in:
20
src/phpunit.xml
Normal file
20
src/phpunit.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<phpunit bootstrap="./vendor/autoload.php">
|
||||
<testsuites>
|
||||
<testsuite name="Controllers">
|
||||
<directory>./controller/</directory>
|
||||
<file>*Test.php</file>
|
||||
</testsuite>
|
||||
<testsuite name="Core">
|
||||
<directory>./core/</directory>
|
||||
<file>*Test.php</file>
|
||||
</testsuite>
|
||||
<testsuite name="Entities">
|
||||
<directory>./entity/</directory>
|
||||
<file>*Test.php</file>
|
||||
</testsuite>
|
||||
<testsuite name="Repositories">
|
||||
<directory>./repository/</directory>
|
||||
<file>*Test.php</file>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
Reference in New Issue
Block a user