diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/apps.php | 3 |
1 files changed, 3 insertions, 0 deletions
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] !== '.') { |