Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
Florian Eisenmenger dd0eabdf3f initial commit 3 роки тому
..
build initial commit 3 роки тому
src initial commit 3 роки тому
tests initial commit 3 роки тому
.gitattributes initial commit 3 роки тому
.gitignore initial commit 3 роки тому
.travis.yml initial commit 3 роки тому
LICENSE initial commit 3 роки тому
README.md initial commit 3 роки тому
build.xml initial commit 3 роки тому
composer.json initial commit 3 роки тому

README.md

Build Status

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