BaguettePHP/mastodon-api

View on GitHub
tests/Service/TootTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared method \Baguette\Mastodon\Service\TootTest::assertEquals
Open

        $this->assertEquals(isset($options['in_reply_to_id']) ? $options['in_reply_to_id'] : null, $actual->in_reply_to_id);
Severity: Critical
Found in tests/Service/TootTest.php by phan

Call to undeclared method \Baguette\Mastodon\Service\TootTest::assertEquals
Open

        $this->assertEquals(isset($options['sensitive'])      ? $options['sensitive']      : null, $actual->sensitive);
Severity: Critical
Found in tests/Service/TootTest.php by phan

Call to undeclared method \Baguette\Mastodon\Service\TootTest::assertSame
Open

        $this->assertSame($toot_string, $actual->toot_string);
Severity: Critical
Found in tests/Service/TootTest.php by phan

Call to undeclared method \Baguette\Mastodon\Service\TootTest::assertEquals
Open

        $this->assertEquals(isset($options['media_ids'])      ? $options['media_ids']      : [],   $actual->media_ids);
Severity: Critical
Found in tests/Service/TootTest.php by phan

Call to undeclared method \Baguette\Mastodon\Service\TootTest::assertEquals
Open

        $this->assertEquals(isset($options['visibility'])     ? $options['visibility']     : null, $actual->visibility);
Severity: Critical
Found in tests/Service/TootTest.php by phan

There are no issues that match your filters.

Category
Status