aboutsummaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorJack Makiyama <[email protected]>2015-04-13 18:48:26 -0300
committerVictor Häggqvist <[email protected]>2015-07-09 19:23:11 +0200
commit20044b6835c5c94e1f70d31215fd5d9bf2722392 (patch)
tree9c46489fe45e7487a7fff4249960572aeead3ebb /phpunit.xml
parent8c0e4337da5f1aaecb0e50e618e3fc63a1cd8c6a (diff)
Configure phpunit.xml.
Moves phpunit.xml file to phpunit.xml.dist and adds logging by stdout. Adds tests namespace on composer.json
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/phpunit.xml b/phpunit.xml
deleted file mode 100644
index 1d93ce4..0000000
--- a/phpunit.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
- backupGlobals="false"
- colors="true">
-
- <testsuites>
- <testsuite name="Twig SortByFieldExtension Test Suite">
- <directory>test</directory>
- </testsuite>
- </testsuites>
-
- <filter>
- <whitelist>
- <directory>src</directory>
- </whitelist>
- </filter>
-
-</phpunit>