ParagonIE\EasyDB\Tests\EasyStatementTest::testGroupParent PHP 메소드

testGroupParent() 공개 메소드

public testGroupParent ( )
    public function testGroupParent()
    {
        $this->expectException(RuntimeException::class);
        EasyStatement::open()->endGroup();
    }