From 2c0743c46b8c338538a80e7e6bd01c33c59bacc6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 25 May 2016 16:51:02 +0200 Subject: Fix the tests again --- tests/apps.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/apps.php') diff --git a/tests/apps.php b/tests/apps.php index f13a996772f..63895cbd569 100644 --- a/tests/apps.php +++ b/tests/apps.php @@ -10,6 +10,9 @@ function loadDirectory($path) { if (strpos($path, 'integration')) { return; } + if (strpos($path, 'Integration')) { + return; + } if ($dh = opendir($path)) { while ($name = readdir($dh)) { if ($name[0] !== '.') { -- cgit v1.2.3