redbox / testsuite
Redbox-Testsuite allows you to batch process student like tests in a Suite of tests and collect the results.
Fund package maintenance!
johnnymast
www.paypal.me/johnnymast
Requires
- php: >= 7.4
Requires (Dev)
- phpspec/phpspec: ^7.0
- phpspec/prophecy: ^1.12
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-11-14 03:06:31 UTC
README
Redbox Testsuite
Redbox Testsuite allows you to batch process student like tests in a Suite of tests and collect the results from the suite.
Usage
For the documentation, you can consult our beautiful wiki and dive in directly by reading Create your first TestSuite.
Requirements
The following PHP versions are supported.
- PHP 7.4 and above
Installation
The package can be installed using composer.
composer require redbox/testsuite
Author
This package is created and maintained by Johnny Mast. For feature requests or suggestions you could consider emailing me.
Enjoy
Oh, and if you've come down this far, you might as well follow me on Twitter. If you like this software please consider giving it a star rating on GitHub.
Author
This package is created and maintained by Johnny Mast. For feature requests or suggestions you could consider sending me an e-mail.
License
Copyright (c) 2021 Johnny Mast mastjohnny@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the " Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.