PopTest\File\DirTest::testConstructorException PHP Method

testConstructorException() public method

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