Просмотр исходного кода

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 лет назад
Родитель
Сommit
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