Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
source4.php | 2017-07-31 | 436 Bytes | |
source5.php | 2017-07-31 | 275 Bytes | |
source2.php | 2017-07-31 | 109 Bytes | |
source3.php | 2017-07-31 | 305 Bytes | |
multipleNamespacesWithOneClassUsingNonBraceSyntax.php | 2017-07-31 | 125 Bytes | |
source.php | 2017-07-31 | 468 Bytes | |
issue30.php | 2017-07-31 | 85 Bytes | |
multipleNamespacesWithOneClassUsingBraces.php | 2017-07-31 | 97 Bytes | |
closure.php | 2017-07-31 | 259 Bytes | |
issue19.php | 2017-07-31 | 26 Bytes | |
class_with_method_that_declares_anonymous_class2.php | 2017-07-31 | 248 Bytes | |
class_with_method_that_declares_anonymous_class.php | 2017-07-31 | 356 Bytes | |
classInScopedNamespace.php | 2017-07-31 | 66 Bytes | |
classUsesNamespacedFunction.php | 2017-07-31 | 58 Bytes | |
classExtendsNamespacedClass.php | 2017-07-31 | 105 Bytes | |
classInNamespace.php | 2017-07-31 | 46 Bytes | |
Totals: 16 Items | 3.1 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