Skip to content

Commit a738cc0

Browse files
committed
Set default test suite to exclude integration tests
Without this, running `vendor/bin/phpunit` executes all test suites including integration tests which require symfony/translation.
1 parent d7938f7 commit a738cc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/10.5/phpunit.xsd"
55
colors="true"
6+
defaultTestSuite="SyliusMailerBundle Test Suite"
67
>
78
<php>
89
<server name="KERNEL_CLASS" value="App\Kernel" />

0 commit comments

Comments
 (0)