tienvx / mbt-examples-bundle
Contains examples how to use MBT Bundle
Installs: 131
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.2
- ext-json: *
- symfony/yaml: ~4.3.0
- tienvx/mbt-bundle: ~1.13.0
Requires (Dev)
- league/flysystem-memory: ~1.0.2
- symfony/expression-language: ~4.3.0
- symfony/http-client: ~4.3.0
- symfony/maker-bundle: ~1.11.6
- symfony/panther: ~0.5.2
- symfony/security-bundle: ~4.3.0
- webmozart/assert: ~1.4.0
Conflicts
- symfony/debug: <4.0
- symfony/symfony: *
- symfony/twig-bundle: <4.0
- dev-master / 1.12.x-dev
- v1.13.0
- v1.12.0
- v1.11.1
- v1.11.0
- v1.11.0-alpha.3
- v1.11.0-alpha.2
- v1.11.0-alpha.1
- v1.10.4
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.1
- v1.9.0
- v1.9.0-beta.2
- v1.9.0-beta.1
- v1.9.0-alpha.3
- v1.9.0-alpha.2
- v1.9.0-alpha.1
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.0
- v1.7.0-beta.1
- v1.7.0-alpha.5
- v1.7.0-alpha.4
- v1.7.0-alpha.3
- v1.7.0-alpha.2
- v1.7.0-alpha.1
- v1.6.29
- v1.6.28
- v1.6.27
- v1.6.26
- v1.6.25
- v1.6.24
- v1.6.23
- v1.6.22
- v1.6.21
- v1.6.20
- v1.6.19
- v1.6.18
- v1.6.17
- v1.6.16
- v1.6.15
- v1.6.14
- v1.6.13
- v1.6.12
- v1.6.11
- v1.6.10
- v1.6.9
- v1.6.8
- v1.6.7
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
This package is auto-updated.
Last update: 2020-06-15 09:47:47 UTC
README
ARCHIVED! The source code is moved to https://github.com/tienvx/mbt-examples
This Bundle contains examples code for MBT Bundle.
Development
Generate code
$ tests/app/bin/console make:generator model_name ClassName
$ tests/app/bin/console make:subject model_name ClassName
$ tests/app/bin/console make:reducer model_name ClassName
$ tests/app/bin/console make:reporter model_name ClassName
Clear cache
$ tests/app/bin/console cache:clear
Test model
$ # This command will open new Chrome window, navigate to https://demo.opencart.com/
$ # Don't run this too much, to save bandwidth of OpenCart's demo page
$ env PANTHER_NO_HEADLESS=1 tests/app/bin/console mbt:model:test model_name --generator random --generator-options '{"maxSteps": 20}'
License
This package is available under the MIT license.