BaguettePHP/mastodon-api

View on GitHub
tests/Entity/TagTest.php

Summary

Maintainability
A
0 mins
Test Coverage

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

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

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

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

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

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

There are no issues that match your filters.

Category
Status