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

LaurentMarquet/ParamConverterPass

Repository files navigation

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;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published