Download the PHP package parf/spartan-test without Composer
On this page you can find all versions of the php package parf/spartan-test. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package spartan-test
SPARTAN-TEST
Minimalistic PHP 7, PHP 8 Unit Testing Framework / Web Testing Framework
Write your tests in style:
- Very simple tests
- Run as an executable file
- Both unit and web testing
- PHP code, minimal learning curve
-
Less cruft, more fun
- Syntax
- Web Tests
-
Examples
- Basic test example
- (advanced) Custom comparison methods
- Web-tests
- To see more help just run
stest --help
orstest-all --help
Composer / Laravel Autoload Integration
Upon start spartan test includes bootstrap/autoload.php
or vendor/autoload
or init.php
file from current or parent directories
You can specify your custom autoload file using "--init=$path_filename" option or via stest.config
file
INSTALL (GIT)
mkdir -p ~/src ~/bin
git clone https://github.com/parf/spartan-test.git ~/src/spartan-test
ln -s ~/src/spartan-test/stest ~/bin
INSTALL (COMPOSER)
composer require parf/spartan-test
ln -s ./vendor/bin/stest ~/bin
ln -s ./vendor/bin/stest-all ~/bin
stest
provides testing frameworkstest-all
runs all or specific tests in parallel (gnu-parallel utility required)
All versions of spartan-test with dependencies
PHP Build Version
Package Version
No informations.
The package parf/spartan-test contains the following files
Loading the files please wait ....