Skip to content

Commit b2c5a88

Browse files
committed
Updated forgotten test, fixes build error
1 parent 80cb949 commit b2c5a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TruncateInvalidTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class TruncateInvalidTest extends \PHPUnit_Framework_TestCase
2525
*/
2626
public function testTruncateInvalid($product, $version)
2727
{
28-
$this->expectException(\PHPUnit_Framework_Error_Warning::class);
28+
$this->expectException(\PHPUnit_Framework_Error_Notice::class);
2929
new UserAgentParser($product, $version);
3030
}
3131

0 commit comments

Comments
 (0)