Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit d290a6b

Browse files
committed
changed phpunit config to use the new KERNEL_CLASS config
1 parent eba7d6f commit d290a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
>
1010
<php>
1111
<ini name="error_reporting" value="-1" />
12-
<server name="KERNEL_DIR" value="app/" />
12+
<server name="KERNEL_CLASS" value="AppKernel" />
1313
</php>
1414

1515
<testsuites>

0 commit comments

Comments
 (0)