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
path: root/tests/lib
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-20 02:56:41 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-20 02:56:41 +0400
commit5b874593842ef91ec695c46a297cfa5c8f2dbd6a (patch)
tree72c556429db3527d01f2ecf8c1885f5b00538401 /tests/lib
parente326b14666a9e6a860862eec97c7954a89a157cc (diff)
Fix bug in last commit.
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/support/setupDatabase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/screenshot-testing/support/setupDatabase.php b/tests/lib/screenshot-testing/support/setupDatabase.php
index a03873ea0d..9f7bc0d350 100644
--- a/tests/lib/screenshot-testing/support/setupDatabase.php
+++ b/tests/lib/screenshot-testing/support/setupDatabase.php
@@ -27,7 +27,7 @@ if (!empty($fixtureClass)) {
$fixture = new $fixtureClass();
if (in_array("--persist-fixture-data", $argv)
- && get_class($fixture) != get_class(Fixture)
+ && get_class($fixture) != "Fixture"
) {
$fixture->persistFixtureData = true;
}