Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexander-schranz/reproducer-doctrine-orm-issue-10869
- Owner: alexander-schranz
- Created: 2023-08-04T09:15:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T09:29:48.000Z (over 1 year ago)
- Last Synced: 2024-10-27T05:02:16.193Z (about 2 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```