We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cb949 commit b2c5a88Copy full SHA for b2c5a88
1 file changed
tests/TruncateInvalidTest.php
@@ -25,7 +25,7 @@ class TruncateInvalidTest extends \PHPUnit_Framework_TestCase
25
*/
26
public function testTruncateInvalid($product, $version)
27
{
28
- $this->expectException(\PHPUnit_Framework_Error_Warning::class);
+ $this->expectException(\PHPUnit_Framework_Error_Notice::class);
29
new UserAgentParser($product, $version);
30
}
31
0 commit comments