Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc67cf9 commit 6883689Copy full SHA for 6883689
1 file changed
phpunit.xml.dist
@@ -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