Download the PHP package nathanburkett/mesa-phpunit without Composer
On this page you can find all versions of the php package nathanburkett/mesa-phpunit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nathanburkett/mesa-phpunit
More information about nathanburkett/mesa-phpunit
Files in nathanburkett/mesa-phpunit
Download nathanburkett/mesa-phpunit
More information about nathanburkett/mesa-phpunit
Files in nathanburkett/mesa-phpunit
Vendor nathanburkett
Package mesa-phpunit
Short Description PHPUnit DataSet Organization and Orchestration
License MIT
Package mesa-phpunit
Short Description PHPUnit DataSet Organization and Orchestration
License MIT
Please rate this library. Is it a good library?
Informations about the package mesa-phpunit
PHPUnit Mesa
PHPUnit Mesa is a table-driven approach to orchestrating data providers in PHPUnit
Installation
Via composer
Usage
Via GeneratesTestCases
Trait
Using the GeneratesTestCases
trait is the simplest way to start consuming tables in PHPUnit.
Given a php file of test cases:
Then build a table targeting a data provider like so:
To change default directory where data sets are resolved on a class by class basis, extend PHPUnitDataSetPathResolver and supply a different value for DEFAULT_DIRECTORY
constant:
And inside your testing class:
All versions of mesa-phpunit with dependencies
PHP Build Version
Package Version
The package nathanburkett/mesa-phpunit contains the following files
Loading the files please wait ....