Exemplo n.º 1
0
 /**
  * getNameShouldReturnString
  * @author Alistair Stead
  * @test
  */
 public function getNameShouldReturnString()
 {
     $this->assertEquals($this->extension->getName(), 'MageApp', 'The providor does not return the expected string name');
 }
Exemplo n.º 2
0
 /**
  * getNameShouldReturnString
  * @author Alistair Stead
  * @test
  */
 public function getNameShouldReturnString()
 {
     $this->assertEquals($this->_cache->getName(), 'MageCoreCache', 'The providor does not return the expected string name');
 }