phpunit.xml.dist
changeset 77 021131fbe2c5
parent 75 ca2a145e67f3
equal deleted inserted replaced
76:bb7808e180c3 77:021131fbe2c5
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3   This file is part of the WikiTagBundle package.
       
     4 
       
     5   (c) IRI <http://www.iri.centrepompidou.fr/>
       
     6 
       
     7   For the full copyright and license information, please view the LICENSE
       
     8   file that was distributed with this source code.
       
     9 -->
       
    10 
     2 
    11 
     3 <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
    12 <!-- 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 -->
    13 <!-- 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 -->
     5 <phpunit
    14 <phpunit
     6     backupGlobals               = "false"
    15     backupGlobals               = "false"