Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
InterfaceTest.php | 2017-07-31 | 5.9 kB | |
NamespaceTest.php | 2017-07-31 | 2.6 kB | |
FunctionTest.php | 2017-07-31 | 4.5 kB | |
IncludeTest.php | 2017-07-31 | 2.1 kB | |
ClassTest.php | 2017-07-31 | 3.5 kB | |
ClosureTest.php | 2017-07-31 | 3.1 kB | |
Totals: 6 Items | 21.6 kB | 0 |
PHP_TokenStream
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require phpunit/php-token-stream
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev phpunit/php-token-stream