From 30a40b02984e8143d29f70d97f2417a81d520b71 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sun, 6 Dec 2015 15:00:26 +0100 Subject: Remove weak deprecation :boom: --- phpunit.xml.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7bec5b5e..5549b8a5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -23,8 +23,9 @@ - -- cgit v1.2.3 From 5c895a7fd15822856fb407910264c5d95e1e223c Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 22 Dec 2015 13:00:37 +0100 Subject: Update bundle & stock file - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5549b8a5..85fa964b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,7 +9,7 @@ processIsolation="false" stopOnFailure="false" syntaxCheck="false" - bootstrap="app/bootstrap.php.cache" + bootstrap="app/autoload.php" > -- cgit v1.2.3 From 1d405d0e62a708928bccd2222ebd89d4804231f9 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Thu, 14 Jan 2016 14:10:33 +0100 Subject: Remove some commented code --- phpunit.xml.dist | 6 ------ 1 file changed, 6 deletions(-) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 85fa964b..0e8cc8eb 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -20,12 +20,6 @@ - -- cgit v1.2.3 From c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 15 Jan 2016 09:34:09 +0100 Subject: Update readme & fix console permission --- phpunit.xml.dist | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0e8cc8eb..e68df9de 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -14,22 +14,22 @@ - ./src/Wallabag/*Bundle/Tests + src/Wallabag/*Bundle/Tests - + - ./src + src - ./vendor - ./src/Wallabag/*Bundle/Resources - ./src/Wallabag/*Bundle/Tests - ./src/Wallabag/*Bundle/DataFixtures + vendor + src/Wallabag/*Bundle/Resources + src/Wallabag/*Bundle/Tests + src/Wallabag/*Bundle/DataFixtures -- cgit v1.2.3