ParagonIE\EasyDB\Tests\EasyStatementTest::testGroupParent PHP Method

testGroupParent() public method

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