object = new PayPalInvalidCredentialException; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @test */ public function testErrorMessage() { $msg = $this->object->errorMessage(); $this->assertContains('Error on line', $msg); } }