Example #1
0
 /**
  * Checks whether this version is in the upgrade path
  */
 public function testUpgradePath()
 {
     $installer = new Installer($this->connection);
     $path = $installer->getUpgradePath();
     $this->assertEquals(Base::getVersion(), current($path), 'The current version must be in the upgrade path');
 }