removing setExpectedException() of setUp()
This commit is contained in:
@ -30,8 +30,6 @@ class AutoloadBuilderTestVFS extends PHPUnit_Framework_TestCase
|
||||
*/
|
||||
public function setUp()
|
||||
{
|
||||
$this->setExpectedException('UnexpectedValueException');
|
||||
$this->setExpectedException('PHPUnit_Framework_Error');
|
||||
if (!defined('PATH')) {
|
||||
define('PATH', realpath(dirname(__FILE__) . '/../../../..'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user