added PHPUinit
This commit is contained in:
.env.test.gitignoreyarn.lock
assets
bin
composer.jsoncomposer.lockconfig
package.jsonphpunit.xml.distpublic/coverage
Command
Controller
Admin
DashboardController.php.htmlPagesCrudController.php.htmlProjectsCrudController.php.htmlQuotesCrudController.php.htmlUserCrudController.php.htmldashboard.htmlindex.html
BaseController.php.htmlFrontendController.php.htmlPagesController.php.htmlProjectsController.php.htmlSecurityController.php.htmlUserController.php.htmldashboard.htmlindex.htmlEntity
Pages.php.htmlProjects.php.htmlQuotes.php.htmlResetPasswordRequest.php.htmlUser.php.htmldashboard.htmlindex.html
EventSubscriber
Exception
Form
ChangePasswordFormType.php.htmlEditProfileFormType.php.htmlRegistrationFormType.php.htmlResetPasswordRequestFormType.php.htmldashboard.htmlindex.html
Kernel.php.htmlRepository
PagesRepository.php.htmlProjectsRepository.php.htmlQuotesRepository.php.htmlResetPasswordRequestRepository.php.htmlUserRepository.php.htmldashboard.htmlindex.html
Security
Twig
_css
_icons
_js
dashboard.htmlindex.htmlsrc/Command
symfony.locktests
Unit
bootstrap.php@ -12,7 +12,6 @@ return [
|
||||
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
||||
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
||||
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
||||
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
||||
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
|
||||
Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true],
|
||||
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
|
||||
|
@ -1,3 +0,0 @@
|
||||
sensio_framework_extra:
|
||||
router:
|
||||
annotations: false
|
4
config/packages/uid.yaml
Normal file
4
config/packages/uid.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
framework:
|
||||
uid:
|
||||
default_uuid_version: 7
|
||||
time_based_uuid_version: 7
|
Reference in New Issue
Block a user