Jyxo\CssTest::testConstruct PHP Method

testConstruct() public method

Tests the constructor.
See also: Jyxo\Css::__construct()
public testConstruct ( )
    public function testConstruct()
    {
        $this->expectException(\LogicException::class);
        $css = new Css();
    }