コード例 #1
0
 public function testLibrary()
 {
     $example = new Library();
     $this->assertEquals($example->whoAmI(), 'an example');
     $this->assertEquals($example->helloWorld(), 'Hello World!');
 }
コード例 #2
0
ファイル: LibraryTest.php プロジェクト: waqar-alamgir/garbage
 public function testLibrary()
 {
     $example = new Library();
     $this->assertEquals($example->whatAmI(), 'an example');
 }