Browse Source

Fixed test #ZF-7939 . Test IDed itself as being a layout resource test instead of dojo resource test.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19094 44c647ce-9c0f-0410-b52a-842ac1e357ba
freak 16 years ago
parent
commit
854fc50e84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Zend/Application/Resource/DojoTest.php

+ 1 - 1
tests/Zend/Application/Resource/DojoTest.php

@@ -21,7 +21,7 @@
  */
 
 if (!defined('PHPUnit_MAIN_METHOD')) {
-    define('PHPUnit_MAIN_METHOD', 'Zend_Application_Resource_LayoutTest::main');
+    define('PHPUnit_MAIN_METHOD', 'Zend_Application_Resource_DojoTest::main');
 }
 
 /**