betterphp/php-reflection-utils
最新稳定版本:1.0.0
Composer 安装命令:
composer require betterphp/php-reflection-utils
包简介
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
README 文档
README
A small helper class to make accessing private properties and methods easier, largely used in testing.
Installation
The library can be included via composer
{
"require-dev": {
"betterphp/php-reflection-utils": "1.0.0"
}
}
Documentation
Jenkins publishes a phpdoc here
Testing
We use phpcs and phpunit for testing, run both before commiting anything
./vendor/bin/phpcs -p --standard=./ruleset.xml .
./vendor/bin/phpunit -c ./phpunit.xml
phpunit will do code coverage checking which requires xdebug, if it's not installed this will fail gracefully - not to worry.
A report of the test coverage is published here by Jenkins
统计信息
- 总下载量: 11.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2017-05-04