PopTest\File\DirTest::testConstructorException PHP 메소드

testConstructorException() 공개 메소드

    public function testConstructorException()
    {
        $this->setExpectedException('UnexpectedValueException');
        $d = new Dir(__DIR__ . '/../baddir');
    }