コード例 #1
0
ファイル: LoggerTest.php プロジェクト: stechstudio/piton
 public function testSetBadTimezoneId()
 {
     $this->setExpectedException('Piton\\Exceptions\\InvalidArgumentException');
     $this->logger->setTimezoneId([]);
 }