Pulsestorm\Pestle\Tests\PhpCollideTest::testFunctions PHP Метод

testFunctions() публичный Метод

public testFunctions ( )
    public function testFunctions()
    {
        //         $function_exists = function_exists('pestle_token_get_all');
        //         $this->assertTrue($function_exists);
        //undoing magic conversion of php global
        //functions for the time being.
        $this->assertTrue(true);
    }
PhpCollideTest