Example #1
0
 /**
  * @covers Model::getVersion
  * @depends testConstructorWithConfig
  */
 public function testGetVersion()
 {
     $model = new Model(new GlobalConfig('/../tests/testconfig.inc'));
     $version = $model->getVersion();
     $this->assertNotEmpty($version);
 }