From edb6940c742fce575295c64da32fd178e9c3fb73 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 21 Oct 2013 11:09:27 -0700 Subject: [PATCH] Updated exception text in test --- tests/GeoIp2/Test/Database/ReaderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/GeoIp2/Test/Database/ReaderTest.php b/tests/GeoIp2/Test/Database/ReaderTest.php index 890c4c8..1b72092 100644 --- a/tests/GeoIp2/Test/Database/ReaderTest.php +++ b/tests/GeoIp2/Test/Database/ReaderTest.php @@ -62,7 +62,7 @@ class ReaderTest extends \PHPUnit_Framework_TestCase /** * @expectedException InvalidArgumentException - * @expectedExceptionMessage invalid is not a valid IP address + * @expectedExceptionMessage is not a valid IP address */ public function testInvalidAddress() {