Browse Source

[RELEASE] backported r21708 to trunk

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21713 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 years ago
parent
commit
82b49985ce
1 changed files with 4 additions and 5 deletions
  1. 4 5
      tests/Zend/TimeSyncTest.php

+ 4 - 5
tests/Zend/TimeSyncTest.php

@@ -21,15 +21,14 @@
  */
 
 /**
- * Zend_timeSync
+ * Test helper
  */
-require_once 'Zend/TimeSync.php';
+require_once dirname(__FILE__ ) . '/../TestHelper.php';
 
 /**
- * PHPUnit test case
+ * Zend_timeSync
  */
-require_once 'PHPUnit/Framework/TestCase.php';
-
+require_once 'Zend/TimeSync.php';
 
 /**
  * @category   Zend