phpunit.xml.dist
changeset 69 d76e5e0ded24
parent 34 21fab44f46fe
child 74 901463f9b11c
equal deleted inserted replaced
68:e7384fb35f7a 69:d76e5e0ded24
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 
     2 
     3 <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
     3 <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
       
     4 <!-- command line in the host application : php bin/phpunit.php  -d memory_limit=512M -c vendor/bundles/IRI/Bundle/WikiTagBundle vendor/bundles/IRI/Bundle/WikiTagBundle/Tests/Services/SearchServiceTest.php -->
     4 <phpunit
     5 <phpunit
     5     backupGlobals               = "false"
     6     backupGlobals               = "false"
     6     backupStaticAttributes      = "false"
     7     backupStaticAttributes      = "false"
     7     colors                      = "true"
     8     colors                      = "true"
     8     convertErrorsToExceptions   = "true"
     9     convertErrorsToExceptions   = "true"