コード例 #1
0
ファイル: test-log.php プロジェクト: Shelob9/plugin-love
 /**
  * @covers Rating_Log::add_all()
  */
 public function testAddToLog()
 {
     Rating_Log::add('tests/fake-one.php');
     $log = Rating_Log::get();
     $this->assertArrayHasKey('tests/fake-one.php', $log);
 }