Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 525 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 525 Bytes

ParamConverterPass

Symfony project to reproduce a test that works, to be used with ParamConverterFail

Project made with the following

composer create-project symfony/website-skeleton ParamConverterPass;

php bin/console make:entity;

php bin/console make:migration;

php bin/console doctrine:migrations:migrate;

#Added record with SQL `INSERT INTO players VALUES (1);`

php bin/console make:controller;

#Added Route display

#Added tests

php bin/phpunit;