Exemple #1
0
 public function testBar()
 {
     $bar = new Bar();
     $this->assertEquals('sim', $bar->fooBar('sim'));
 }