PhpMigration\Changes\v5dot6\IncompMiscTest::testGmp PHP Method

testGmp() public method

public testGmp ( )
    public function testGmp()
    {
        $table = TestHelper::fetchProperty($this->change, 'gmpTable');
        foreach ($table as $name => $dummy) {
            $this->assertHasSpot($name . '();');
        }
    }