Esempio n. 1
0
 public function testGetString()
 {
     $bar = new Foo_Bar();
     $this->assertEquals('baz', $bar->getString());
 }