Gc\Module\AbstractModule::update PHP Method

update() public method

Update module
public update ( string $latestVersion ) : boolean
$latestVersion string Latest version
return boolean
    public function update($latestVersion)
    {
        return true;
    }

Usage Example

Esempio n. 1
0
 /**
  * Test
  *
  * @return void
  */
 public function testUpdate()
 {
     $this->assertTrue($this->object->update('version'));
 }