File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PHP Reflection Utils
2
2
A small helper class to make accessing private properties and methods easier, largely used in testing.
3
3
4
- [ ![ Build Status] (https://ci.jacekk.co.uk/buildStatus/icon?job=PHP Reflection Utils )] (https://ci.jacekk.co.uk/job/PHP Reflection Utils )
4
+ [ ![ Build Status] ( https://ci.jacekk.co.uk/buildStatus/icon?job=PHP%20Reflection%20Utils )] ( https://ci.jacekk.co.uk/job/PHP%20Reflection%20Utils )
5
5
6
6
## Installation
7
7
The library can be included via composer by adding a custom repo and the project name
@@ -34,4 +34,4 @@ We use phpcs and phpunit for testing, run both before commiting anything
34
34
35
35
phpunit will do code coverage checking which requires xdebug, if it's not installed this will fail gracefully - not to worry.
36
36
37
- A report of the test coverage is published [ here by Jenkins] (https://ci.jacekk.co.uk/job/PHP Reflection Utils /HTML_Code_Coverage/index.html)
37
+ A report of the test coverage is published [ here by Jenkins] ( https://ci.jacekk.co.uk/job/PHP%20Reflection%20Utils /HTML_Code_Coverage/index.html )
You can’t perform that action at this time.
0 commit comments