Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-21 18:18:06 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-21 18:18:06 +0400
commit5dde9fe0fab0ad9b6d8738f3c33e38881ec300dc (patch)
tree6216219c2aef924d5c81afa6bf8eff4008e21a87 /tests/PHPUnit/Core
parent85d2039170f58dc3ee4edf3dfae164db024c285a (diff)
Fixing build.
Diffstat (limited to 'tests/PHPUnit/Core')
-rw-r--r--tests/PHPUnit/Core/ReleaseCheckListTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Core/ReleaseCheckListTest.php b/tests/PHPUnit/Core/ReleaseCheckListTest.php
index fb15241c49..16449bb4cd 100644
--- a/tests/PHPUnit/Core/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Core/ReleaseCheckListTest.php
@@ -325,7 +325,7 @@ class ReleaseCheckListTest extends PHPUnit_Framework_TestCase
throw new \Exception("Unexpected error: $function function does not exist!");
}
- $handle = $function($file);
+ $handle = @$function($file);
if (empty($handle)) {
$errors[] = $file;
}