PhpMigration\Changes\v5dot5\DeprecatedTest::testFunc PHP Method

testFunc() public method

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