Exemplo n.º 1
0
 /**
  * @covers Soliant\SimpleFM\Adapter::getLayoutname
  */
 public function testGetSetLayoutname()
 {
     $value = $this->object->setLayoutname('tab');
     $this->assertTrue($value instanceof $this->object);
     $this->assertEquals($this->object->getLayoutname(), 'tab');
 }