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