From 20044b6835c5c94e1f70d31215fd5d9bf2722392 Mon Sep 17 00:00:00 2001 From: Jack Makiyama Date: Mon, 13 Apr 2015 18:48:26 -0300 Subject: Configure phpunit.xml. Moves phpunit.xml file to phpunit.xml.dist and adds logging by stdout. Adds tests namespace on composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') 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/" } } } -- cgit v1.2.3