From 9c0c88200635a979b9abdcba922e1d3904790636 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 7 Feb 2015 18:30:46 +0100 Subject: Add some tests on EntryController Also, create database schema on test initialisation --- app/build.xml | 5 +++++ app/phpunit.xml.dist | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/build.xml b/app/build.xml index 700a31b5..6427867c 100644 --- a/app/build.xml +++ b/app/build.xml @@ -24,6 +24,11 @@ + + + + + diff --git a/app/phpunit.xml.dist b/app/phpunit.xml.dist index 6593a2f0..b8f38ff8 100644 --- a/app/phpunit.xml.dist +++ b/app/phpunit.xml.dist @@ -23,8 +23,9 @@ ../src ../vendor - ../src/Acme - ../src/AppBundle + ../src/Wallabag/CoreBundle/Resources + ../src/Wallabag/CoreBundle/Tests + ../src/Wallabag/CoreBundle/DataFixtures -- cgit v1.2.3