Procházet zdrojové kódy

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 před 15 roky
rodič
revize
57cd116331
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  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';
 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
  * @category   Zend
  * @package    Zend_Mail
  * @package    Zend_Mail