Browse Source

Minor - Redisabling Access class test

Yannick Warnier 12 years ago
parent
commit
e835e5bcac
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/phpunit/classes/AccessTest.class.php

+ 2 - 1
tests/phpunit/classes/AccessTest.class.php

@@ -4,7 +4,8 @@
  */
 // exiting because generates fatal error:
 // Fatal error: Cannot instantiate abstract class Access in /var/lib/jenkins/jobs/chamilo-lms-1.9/workspace/tests/phpunit/classes/AccessTest.class.php on line 18
-exit;
+//exit;
+return;
 class AccessTest extends PHPUnit_Framework_TestCase
 {
     /**