コード例 #1
0
ファイル: LogEntryTest.php プロジェクト: Webiny/AnalyticsDb
 public function testGetName()
 {
     $le = new LogEntry('page');
     $this->assertSame('page', $le->getName());
 }