Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6883689

Browse files
Revert "Unnecessary file removal"
1 parent fc67cf9 commit 6883689

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

phpunit.xml.dist

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.6/phpunit.xsd"
5+
backupGlobals="false"
6+
colors="true"
7+
bootstrap="vendor/autoload.php">
8+
<testsuites>
9+
<testsuite name="Sylius Test Suite">
10+
<directory>tests</directory>
11+
</testsuite>
12+
</testsuites>
13+
14+
<php>
15+
<server name="KERNEL_CLASS_PATH" value="/app/TestAppKernel.php" />
16+
<server name="IS_DOCTRINE_ORM_SUPPORTED" value="true" />
17+
</php>
18+
</phpunit>

0 commit comments

Comments
 (0)