Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webnazakazku/mango-tester-nettrine
Nettrine Migrations and Fixtures for Mango Tester
https://github.com/webnazakazku/mango-tester-nettrine
contributte doctrine-migrations nette-framework nettrine
Last synced: 10 days ago
JSON representation
Nettrine Migrations and Fixtures for Mango Tester
- Host: GitHub
- URL: https://github.com/webnazakazku/mango-tester-nettrine
- Owner: webnazakazku
- Created: 2019-10-25T12:15:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T21:48:28.000Z (over 2 years ago)
- Last Synced: 2024-10-17T22:21:05.926Z (29 days ago)
- Topics: contributte, doctrine-migrations, nette-framework, nettrine
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Nettrine Migrations and Fixtures for Mango Tester
Install:
========```
composer require webnazakazku/mango-tester-nettrine
```Usage
=====`tests/config/tests.neon`
```yaml
extensionns:
console: Contributte\Console\DI\ConsoleExtension(%consoleMode%)
migrations: Nettrine\Migrations\DI\MigrationsExtension
fixtures: Nettrine\Fixtures\DI\FixturesExtensionmigrations:
directory: %appDir%/../migrationsfixtures:
paths:
- %appDir%/Model/Fixturesmango.tester.databaseCreator:
driver: mysql
dbal: Webnazakazku\Tester\DatabaseCreator\Drivers\MySqlNettrineMigrationsDbalAdapter
migrations: Webnazakazku\Tester\DatabaseCreator\Drivers\NettrineMigrationsDriver
strategy: reset
```