2017 © Pedro Peláez
 

library reflector

A wrapper to the Reflection classes for accessing non-public properties and methods for testing.

image

greencape/reflector

A wrapper to the Reflection classes for accessing non-public properties and methods for testing.

  • Thursday, July 16, 2015
  • by GreenCape
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Reflector

SensioLabsInsight Code Climate Test Coverage Latest Stable Version Build Status, (*1)

Reflector is a wrapper to the Reflection classes for accessing non-public properties and methods for testing., (*2)

Installation

Composer

Simply add a dependency on greencape/reflector to your project's composer.json file if you use Composer to manage the dependencies of your project. Here is a minimal example of a composer.json file that just defines a dependency on Joomla CLI:, (*3)

{
    "require-dev": {
        "greencape/reflector": "*@stable"
    }
}

For a system-wide installation via Composer, you can run:, (*4)

composer global require --dev 'greencape/reflector=*'

Make sure you have ~/.composer/vendor/bin/ in your path., (*5)

Usage Examples

See tests/ReflectorTest.php for information about how to use Reflector., (*6)

The Versions

16/07 2015

dev-master

9999999-dev https://github.com/GreenCape/reflector

A wrapper to the Reflection classes for accessing non-public properties and methods for testing.

  Sources   Download

MIT

The Development Requires

by Niels Braczek

16/07 2015

1.0.0

1.0.0.0 https://github.com/GreenCape/reflector

A wrapper to the Reflection classes for accessing non-public properties and methods for testing.

  Sources   Download

MIT

The Development Requires

by Niels Braczek