BaguettePHP/mastodon-api

View on GitHub
tests/functions/SessionTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared method \Baguette\Mastodon\functions\SessionTest::assertInstanceOf
Open

        $this->assertInstanceOf(Mastodon\Client::class, $actual->client);
Severity: Critical
Found in tests/functions/SessionTest.php by phan

Cannot access private property \Baguette\Mastodon\Mastodon->client defined at src/Mastodon.php:29
Open

        $this->assertInstanceOf(Mastodon\Client::class, $actual->client);
Severity: Critical
Found in tests/functions/SessionTest.php by phan

Call to undeclared method \Baguette\Mastodon\functions\SessionTest::assertInstanceOf
Open

        $this->assertInstanceOf(SessionStorage::class, $actual->session);
Severity: Critical
Found in tests/functions/SessionTest.php by phan

Call to undeclared method \Baguette\Mastodon\functions\SessionTest::assertInstanceOf
Open

        $this->assertInstanceOf(Mastodon\Mastodon::class, $actual);
Severity: Critical
Found in tests/functions/SessionTest.php by phan

Cannot access private property \Baguette\Mastodon\Mastodon->session defined at src/Mastodon.php:31
Open

        $this->assertInstanceOf(SessionStorage::class, $actual->session);
Severity: Critical
Found in tests/functions/SessionTest.php by phan

There are no issues that match your filters.

Category
Status