Skip to content

Commit 772e15e

Browse files
committed
Merge pull request symfony#1337 from WouterJ/2.0
[Book/testing] Added a missing > at the PHPunit configuration code
2 parents 737a83c + 3d3dc9d commit 772e15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ for its ``DemoController`` (`DemoControllerTest`_) that reads as follows::
156156
to modify your ``phpunit.xml.dist`` file to set the ``KERNEL_DIR`` environment
157157
variable to the directory of your kernel::
158158

159-
<phpunit
159+
<phpunit>
160160
<!-- ... -->
161161
<php>
162162
<server name="KERNEL_DIR" value="/path/to/your/app/" />

0 commit comments

Comments
 (0)