Преглед изворни кода

Removing PHPUnit 3.5 code from unit test. Resolves ZF-10844

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23540 44c647ce-9c0f-0410-b52a-842ac1e357ba
gammamatrix пре 15 година
родитељ
комит
57cd116331
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      tests/Zend/Mail/FileTransportTest.php

+ 0 - 3
tests/Zend/Mail/FileTransportTest.php

@@ -30,9 +30,6 @@ require_once 'Zend/Mail.php';
  */
 require_once 'Zend/Mail/Transport/File.php';
 
-/** For some reason these classed have to be manually loaded, because PHPUnit fails to autoload them */
-require_once 'PHPUnit/Framework/SyntheticError.php';
-
 /**
  * @category   Zend
  * @package    Zend_Mail