eidng8/sttbot

View on GitHub
tests/Models/CrewMemberTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testModel has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testModel()
    {
        $this->assertSame('Changeling Bashir', static::$model['name']);
        $this->assertSame('Changeling Bashir', static::$model['CrewName']);
        $this->assertSame('Changeling%20Bashir', static::$model->uri());
Severity: Minor
Found in tests/Models/CrewMemberTest.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status