Skip to content

Commit

Permalink
SqliteTest: Fix 'access to undeclared static property' error
Browse files Browse the repository at this point in the history
  • Loading branch information
atj committed Nov 19, 2013
1 parent 1f5f4af commit 07b0509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Auth/test/Horde/Auth/Unit/Sql/Pdo/SqliteTest.php
Expand Up @@ -20,7 +20,7 @@ public static function setUpBeforeClass()
self::$db = $factory_db->create();
parent::setUpBeforeClass();
} catch (Horde_Test_Exception $e) {
self::$_reason = 'Sqlite not available.';
self::$reason = 'Sqlite not available.';
}
}

Expand Down

0 comments on commit 07b0509

Please sign in to comment.