浏览代码

Minor - Redisabling Access class test

Yannick Warnier 12 年之前
父节点
当前提交
e835e5bcac
共有 1 个文件被更改,包括 2 次插入1 次删除
  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
 {
     /**