コード例 #1
0
ファイル: FileTest.php プロジェクト: colonB/Copycat
 /**
  * Tests getting file content
  * @covers \Copycat\System\File::getContent()
  */
 public function testGetContent()
 {
     $this->assertEquals('test', $this->file->getContent());
 }