aboutsummaryrefslogtreecommitdiff
path: root/composer.json
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 /composer.json
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 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index cc1d72f..1b2a513 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,8 @@
],
"autoload": {
"psr-4": {
- "Snilius\\Twig\\": "src/"
+ "Snilius\\Twig\\": "src/",
+ "Snilius\\Twig\\Tests\\": "test/"
}
}
}