phug-php/tester

View on GitHub
example/ViewsTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Static call to undeclared method \ProjectExample\ViewsTest::assertContains
Open

        self::assertContains('Bar', $html);
Severity: Critical
Found in example/ViewsTest.php by phan

Static call to undeclared method \ProjectExample\ViewsTest::assertNotContains
Open

        self::assertNotContains('Foo', $html);
Severity: Critical
Found in example/ViewsTest.php by phan

There are no issues that match your filters.

Category
Status