Commit 79dcf347 authored by Igor Wiedler's avatar Igor Wiedler

[docs] Use XML specific syntax highlighting in testing docs

parent ec1a6947
......@@ -136,7 +136,9 @@ Configuration
The suggested way to configure PHPUnit is to create a ``phpunit.xml.dist``
file, a ``tests`` folder and your tests in ``tests/YourApp/Tests/YourTest.php``.
The ``phpunit.xml.dist`` file should look like this::
The ``phpunit.xml.dist`` file should look like this:
.. code-block:: xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment