You've already forked Php-Template
chore: update .dockerignore and .gitignore to exclude .idea and .DS_Store
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m38s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m29s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m37s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m33s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m55s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m4s
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m38s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m29s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m37s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m33s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m55s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m4s
This commit is contained in:
@@ -49,8 +49,6 @@ class ControllerTest extends AbstractController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @ignore
|
class TestClass extends Controller // phpcs:ignore
|
||||||
class TestClass extends Controller
|
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ use Siteworxpro\Tests\Unit;
|
|||||||
|
|
||||||
abstract class AbstractServiceProvider extends Unit
|
abstract class AbstractServiceProvider extends Unit
|
||||||
{
|
{
|
||||||
|
|
||||||
abstract protected function getProviderClass(): string;
|
abstract protected function getProviderClass(): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user