コード例 #1
0
ファイル: ParserTest.php プロジェクト: krussll/4oWj37LzO9
 /** @deprecated */
 public function testExceptionOnFileNotFoundInvalidDefault()
 {
     $this->setExpectedException('UAParser\\Exception\\FileNotFoundException', 'Please download the "invalidFile" file before using ua-parser by running "php bin/uaparser.php uaparser:update"');
     Parser::$defaultFile = 'invalidFile';
     new Parser();
 }