Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexander-schranz/reproducer-doctrine-orm-issue-10869


https://github.com/alexander-schranz/reproducer-doctrine-orm-issue-10869

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Reproducer (not finished yet)

Create test database:

```bash
bin/console doctrine:database:create --env test
bin/console doctrine:schema:update --force --env test
```

Run tests:

```bash
vendor/bin/phpunit
```