Exemplo n.º 1
0
 public function testLibrary()
 {
     $example = new Library();
     $this->assertEquals($example->whoAmI(), 'an example');
     $this->assertEquals($example->helloWorld(), 'Hello World!');
 }
Exemplo n.º 2
0
 public function testLibrary()
 {
     $example = new Library();
     $this->assertEquals($example->whatAmI(), 'an example');
 }