mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 09:43:51 -04:00
Rename No_Direct_access_Test and change the require_once to fully qualify the path to Gallery_Filters.php
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
require_once(dirname(__FILE__) . "/Gallery_Filters.php");
|
||||
require_once(MODPATH . "gallery/tests/Gallery_Filters.php");
|
||||
|
||||
class File_Structure_Test extends Unit_Test_Case {
|
||||
public function no_trailing_closing_php_tag_test() {
|
||||
|
||||
Reference in New Issue
Block a user