This Bundle is a core library for Sicope Model, a Model-Based Testing tool.
- PHP 8.1
- Symfony 6.1
- See also the
require
section of composer.json
composer require tienvx/mbt-bundle "^3.0"
You can run the tests with:
vendor/bin/phpunit
phpcs --standard=PSR12 src tests config
php-cs-fixer fix --diff --dry-run
phpstan analyse src tests config
- Symfony - The web framework, and its components
- Doctrine - Database storage and object mapping
- A Star - PHP A* search algorithm
- Petrinet - Petrinet framework for PHP
- Single Color Petrinet - Single Color Petrinet framework for PHP
Pull requests are welcome, please send pull requests.
If you found any bug, please report issues.
Please read CODE_OF_CONDUCT.md for details on our code of conduct, and CONTRIBUTING.md for the process for submitting pull requests to us.
- Tien Vo - Initial work - tienvx
See also the list of contributors who participated in this project.
This package is available under the MIT license.