Exemplo n.º 1
0
 function testDoSomehting()
 {
     $webapp = new WebApp();
     $this->assertEquals('something', $webapp->foo());
 }