Gc\Core\Updater\ScriptTest::testExecute PHP Method

testExecute() public method

Test
public testExecute ( ) : void
return void
    public function testExecute()
    {
        $this->assertInternalType('string', $this->object->execute(__DIR__ . '/_files/script.php'));
    }