BaguettePHP/mastodon-api

View on GitHub
tests/Entity/Error_Test.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared method \Baguette\Mastodon\Entity\Error_Test::assertEquals
Open

        $this->assertEquals(isset($input['error']) ? $input['error'] : null, $actual->error);
Severity: Critical
Found in tests/Entity/Error_Test.php by phan

Call to undeclared method \Baguette\Mastodon\Entity\Error_Test::assertEquals
Open

        $this->assertEquals($expected['toArray'], toArrayValue($actual));
Severity: Critical
Found in tests/Entity/Error_Test.php by phan

There are no issues that match your filters.

Category
Status