PhpMigration\Changes\v5dot4\DeprecatedTest::test PHP Method

test() public method

public test ( )
    public function test()
    {
        $this->assertHasSpot('mcrypt_generic_end();');
        $this->assertHasSpot('mysql_list_dbs();');
    }
DeprecatedTest