summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 21:56:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 21:56:34 +0200
commitc7b28bfc9d1d0911119412ad3de05108bde80841 (patch)
tree0481de6c36ffab06e7ad4f020f4561266c1c2af1
parent483d2551eaea6ffc3f7e13c8ea9c3ea215fadff0 (diff)
try to get exception classes from core to fix exceptions
-rw-r--r--.scrutinizer.yml10
1 files changed, 10 insertions, 0 deletions
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