diff options
Diffstat (limited to 'tests/PlanetErrorTest.php')
-rw-r--r-- | tests/PlanetErrorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PlanetErrorTest.php b/tests/PlanetErrorTest.php index d2f4599..c2570ab 100644 --- a/tests/PlanetErrorTest.php +++ b/tests/PlanetErrorTest.php @@ -9,4 +9,4 @@ class PlanetErrorTest extends TestCase $error = new PlanetError(1, 'foo'); $this->assertEquals('notice: foo', $error->toString()); } -}
\ No newline at end of file +} |