removed eronius comment
[ga4php.git] / unittests / authtest.php
index 649cc64..a4db43c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-require_once("../lib/lib.php");
+require_once("../lib/ga4php.php");
 
 // just in case
 
@@ -40,4 +40,4 @@ if($ga->authenticateUser("User1", "598723")) {
        echo "Failed: INCORRECT\n";
 }
 
-?>
\ No newline at end of file
+?>