betterphp/php-reflection-utils 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Build Status

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2017-05-04