tienvx/mbt-bundle

Core Library For SICOPE Model Project

Fund package maintenance!
Patreon

Installs: 3 796

Dependents: 3

Suggesters: 0

Security: 0

Stars: 18

Watchers: 6

Forks: 2

Open Issues: 2

Type:symfony-bundle

v3.0.0-alpha.46 2022-07-26 16:08 UTC

This package is auto-updated.

Last update: 2024-04-26 20:05:13 UTC


README

This Bundle is a core library for Sicope Model, a Model-Based Testing tool.

Requirements

  • PHP 8.1
  • Symfony 6.1
  • See also the require section of composer.json

Installation

composer require tienvx/mbt-bundle "^3.0"

Testing

You can run the tests with:

vendor/bin/phpunit

Validate code with coding standards

phpcs --standard=PSR12 src tests config
php-cs-fixer fix --diff --dry-run
phpstan analyse src tests config

Built With

Contributing

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.

Authors

  • Tien Vo - Initial work - tienvx

See also the list of contributors who participated in this project.

License

This package is available under the MIT license.