Exemplo n.º 1
0
 /**
  * Verifies the correct behavior of getWrapperVersion()
  *
  * @return void
  */
 public function testGetWrapperVersion()
 {
     $utils = new CoreUtils($this->versions);
     $this->assertEquals(array("id" => "self", "version" => "0.25.1"), $utils->getWrapperVersion());
     $this->assertInternalType('array', $utils->getWrapperVersion());
 }