Jyxo\CssTest::testConstruct PHP Метод

testConstruct() публичный Метод

Tests the constructor.
См. также: Jyxo\Css::__construct()
public testConstruct ( )
    public function testConstruct()
    {
        $this->expectException(\LogicException::class);
        $css = new Css();
    }