Skip to content

Automatically generate test cases, execute them, reduce reproduce steps, report bug using Model Based Testing technique

License

Notifications You must be signed in to change notification settings

pairwise-testing/php-mbt-bundle

 
 

Repository files navigation

MBT Bundle Build Status Coverage Status Version PHP Version

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

Requirements

  • PHP 8.0
  • Symfony 5.3
  • 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
phpstan analyse src tests

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.

About

Automatically generate test cases, execute them, reduce reproduce steps, report bug using Model Based Testing technique

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%