| author | ymh <ymh.work@gmail.com> |
| Fri, 26 Sep 2014 10:04:40 +0200 | |
| changeset 136 | f209fcb0df6c |
| parent 75 | ca2a145e67f3 |
| permissions | -rwxr-xr-x |
|
75
ca2a145e67f3
Completion service add the nb of doc + test
ymh <ymh.work@gmail.com>
parents:
74
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
74
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
69
diff
changeset
|
2 |
<!-- |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
69
diff
changeset
|
3 |
This file is part of the WikiTagBundle package. |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
69
diff
changeset
|
4 |
|
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
69
diff
changeset
|
5 |
(c) IRI <http://www.iri.centrepompidou.fr/> |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
69
diff
changeset
|
6 |
|
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
69
diff
changeset
|
7 |
For the full copyright and license information, please view the LICENSE |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
69
diff
changeset
|
8 |
file that was distributed with this source code. |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
69
diff
changeset
|
9 |
--> |
|
75
ca2a145e67f3
Completion service add the nb of doc + test
ymh <ymh.work@gmail.com>
parents:
74
diff
changeset
|
10 |
|
| 34 | 11 |
|
12 |
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html --> |
|
| 69 | 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 --> |
| 34 | 14 |
<phpunit |
15 |
backupGlobals = "false" |
|
16 |
backupStaticAttributes = "false" |
|
17 |
colors = "true" |
|
18 |
convertErrorsToExceptions = "true" |
|
19 |
convertNoticesToExceptions = "true" |
|
20 |
convertWarningsToExceptions = "true" |
|
21 |
processIsolation = "false" |
|
22 |
stopOnFailure = "false" |
|
23 |
syntaxCheck = "false" |
|
24 |
bootstrap = "../../../../../app/bootstrap.php.cache" > |
|
25 |
||
26 |
<testsuites> |
|
27 |
<testsuite name="Project Test Suite"> |
|
28 |
<directory>Tests</directory> |
|
29 |
</testsuite> |
|
30 |
</testsuites> |
|
31 |
||
32 |
<!-- |
|
33 |
<php> |
|
34 |
<server name="KERNEL_DIR" value="/path/to/your/app/" /> |
|
35 |
</php> |
|
36 |
--> |
|
37 |
||
38 |
<!--filter> |
|
39 |
<whitelist> |
|
40 |
<directory>../src</directory> |
|
41 |
<exclude> |
|
42 |
<directory>../src/*/*Bundle/Resources</directory> |
|
43 |
<directory>../src/*/*Bundle/Tests</directory> |
|
44 |
<directory>../src/*/Bundle/*Bundle/Resources</directory> |
|
45 |
<directory>../src/*/Bundle/*Bundle/Tests</directory> |
|
46 |
</exclude> |
|
47 |
</whitelist> |
|
48 |
</filter--> |
|
49 |
||
50 |
</phpunit> |