Commit d00d57b2 authored by Fabien Potencier's avatar Fabien Potencier

Merge remote branch 'igorw/testing-docs-xml'

* igorw/testing-docs-xml:
  [docs] Use XML specific syntax highlighting in testing docs
parents 89fb29a9 79dcf347
...@@ -136,7 +136,9 @@ Configuration ...@@ -136,7 +136,9 @@ Configuration
The suggested way to configure PHPUnit is to create a ``phpunit.xml.dist`` 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``. 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"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false" <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