You've already forked Php-Template
chore/dev-env #6
@@ -49,8 +49,6 @@ class ControllerTest extends AbstractController
|
||||
}
|
||||
}
|
||||
|
||||
// @ignore
|
||||
class TestClass extends Controller
|
||||
class TestClass extends Controller // phpcs:ignore
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ abstract class AbstractFacade extends Unit
|
||||
sprintf('The facade %s is not properly initialized.', $this->getConcrete())
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@ use Siteworxpro\Tests\Unit;
|
||||
|
||||
abstract class AbstractServiceProvider extends Unit
|
||||
{
|
||||
|
||||
abstract protected function getProviderClass(): string;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user