You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class EasyPostClientTest extends \PHPUnit\Framework\TestCase
9
9
{
@@ -57,7 +57,7 @@ public function testNoApiKey()
57
57
{
58
58
try {
59
59
newEasyPostClient(null);
60
-
} catch (MissingParameterError$error) {
60
+
} catch (MissingParameterException$error) {
61
61
$this->assertEquals('No API key provided. See https://www.easypost.com/docs for details, or contact support@easypost.com for assistance.', $error->getMessage());
0 commit comments