Exemple #1
0
 /**
  * @depends testSetName
  * @depends testGetOption
  */
 public function testGetName()
 {
     $this->fb->name('test');
     $this->assertSame('test', $this->fb->getName());
     $this->assertSame('test', $this->fb->getOption('name'));
 }