mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
require_once(MODPATH . "gallery/tests/Gallery_Filters.php");
|
||||
|
||||
class No_Direct_ORM_Access_Test extends Unit_Test_Case {
|
||||
class No_Direct_ORM_Access_Test extends Gallery_Unit_Test_Case {
|
||||
public function no_access_to_users_table_test() {
|
||||
$dir = new UserModuleFilterIterator(
|
||||
new PhpCodeFilterIterator(
|
||||
|
||||
Reference in New Issue
Block a user