From c7b28bfc9d1d0911119412ad3de05108bde80841 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 8 Oct 2014 21:56:29 +0200 Subject: try to get exception classes from core to fix exceptions --- .scrutinizer.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 64622051c..100366c18 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -8,6 +8,7 @@ filter: - 'img/*' - 'css/*' - 'bin/*' + - 'tmp/*' - 'appinfo/application.php' imports: @@ -23,3 +24,12 @@ checks: php: # not helpful because there is no setting to tweek the threshold duplication: false + +build: + project_setup: + before: + - mkdir tmp + - cd tmp + - wget https://raw.githubusercontent.com/owncloud/core/master/lib/public/appframework/db/doesnotexistexception.php + - wget https://raw.githubusercontent.com/owncloud/core/master/lib/public/appframework/db/multipleobjectsreturnedexception.php + - cd .. \ No newline at end of file -- cgit v1.2.3