2017 © Pedro Peláez
 

symfony-bundle mbt-bundle

Provide tools to test a system using Model Based Testing technique.

image

tienvx/mbt-bundle

Provide tools to test a system using Model Based Testing technique.

  • Tuesday, July 31, 2018
  • by tien.xuan.vo
  • Repository
  • 2 Watchers
  • 3 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 22 Open issues
  • 7 Versions
  • 52 % Grown

The README.md

MBT Bundle Build Status ![Coverage Status][coveralls_badge] Version PHP Version

This Bundle is a core library for Sicope Model, a Model-Based Testing tool., (*1)

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:, (*2)

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., (*3)

If you found any bug, please report issues., (*4)

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., (*5)

Authors

  • Tien Vo - Initial work - tienvx

See also the list of contributors who participated in this project., (*6)

License

This package is available under the MIT license., (*7)

The Versions