2 |
3 | {{percent}}% covered ({{level}})
4 |
5 |
6 |
--------------------------------------------------------------------------------
/vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class2.php:
--------------------------------------------------------------------------------
1 | method_in_anonymous_class();
11 | }
12 |
13 | public function methodTwo() {
14 | return false;
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/vendor/phpunit/phpunit-mock-objects/tests/_fixture/PartialMockTestClass.php:
--------------------------------------------------------------------------------
1 | constructorCalled = true;
9 | }
10 |
11 | public function doSomething()
12 | {
13 | }
14 |
15 | public function doAnotherThing()
16 | {
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/vendor/squizlabs/php_codesniffer/phpcs.xml.dist:
--------------------------------------------------------------------------------
1 |
2 |