BrowscapTest\Generator\BuildGeneratorTest::testConstructFailsWithoutParameters PHP Méthode

testConstructFailsWithoutParameters() public méthode

tests failing the build without parameters
    public function testConstructFailsWithoutParameters()
    {
        $this->setExpectedException('\\Exception', 'You must specify a resource folder');
        new BuildGenerator(null, null);
    }