]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3675. Added admin gate keeper to unit tests.
authorBrett Profitt <brett.profitt@gmail.com>
Sat, 10 Sep 2011 14:57:59 +0000 (07:57 -0700)
committerBrett Profitt <brett.profitt@gmail.com>
Mon, 3 Oct 2011 00:51:35 +0000 (17:51 -0700)
engine/tests/suite.php

index 8f2eb41a379f9c960d643563c7a43169e53bfc1e..4203bc5d6de8b88b3bc63afe6eb6cbb391fed9ba 100644 (file)
@@ -9,6 +9,8 @@
 
 require_once(dirname( __FILE__ ) . '/../start.php');
 
+admin_gatekeeper();
+
 $vendor_path = "$CONFIG->path/vendors/simpletest";
 $test_path = "$CONFIG->path/engine/tests";