gwang 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans
..
src 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans
tests 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans
.gitattributes 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans
.gitignore 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans
.travis.yml 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans
LICENSE 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans
README.md 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans
build.xml 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans
composer.json 34106c4614 代码整理, 路径整理.(参考高健的文件组织结构) il y a 5 ans

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