Mercurial > hg > dml-open-vis
annotate app/phpunit.xml.dist @ 1:f38015048f48 tip
Added GPL
author | Daniel Wolff |
---|---|
date | Sat, 13 Feb 2016 20:43:38 +0100 |
parents | 493bcb69166c |
children |
rev | line source |
---|---|
Daniel@0 | 1 <?xml version="1.0" encoding="UTF-8"?> |
Daniel@0 | 2 |
Daniel@0 | 3 <!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html --> |
Daniel@0 | 4 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Daniel@0 | 5 xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" |
Daniel@0 | 6 backupGlobals="false" |
Daniel@0 | 7 colors="true" |
Daniel@0 | 8 bootstrap="bootstrap.php.cache" |
Daniel@0 | 9 > |
Daniel@0 | 10 <testsuites> |
Daniel@0 | 11 <testsuite name="Project Test Suite"> |
Daniel@0 | 12 <directory>../src/*/*Bundle/Tests</directory> |
Daniel@0 | 13 <directory>../src/*/Bundle/*Bundle/Tests</directory> |
Daniel@0 | 14 </testsuite> |
Daniel@0 | 15 </testsuites> |
Daniel@0 | 16 |
Daniel@0 | 17 <!-- |
Daniel@0 | 18 <php> |
Daniel@0 | 19 <server name="KERNEL_DIR" value="/path/to/your/app/" /> |
Daniel@0 | 20 </php> |
Daniel@0 | 21 --> |
Daniel@0 | 22 |
Daniel@0 | 23 <filter> |
Daniel@0 | 24 <whitelist> |
Daniel@0 | 25 <directory>../src</directory> |
Daniel@0 | 26 <exclude> |
Daniel@0 | 27 <directory>../src/*/*Bundle/Resources</directory> |
Daniel@0 | 28 <directory>../src/*/*Bundle/Tests</directory> |
Daniel@0 | 29 <directory>../src/*/Bundle/*Bundle/Resources</directory> |
Daniel@0 | 30 <directory>../src/*/Bundle/*Bundle/Tests</directory> |
Daniel@0 | 31 </exclude> |
Daniel@0 | 32 </whitelist> |
Daniel@0 | 33 </filter> |
Daniel@0 | 34 </phpunit> |