Lars Moelleken
|
b7e6361536
|
updates via "rectorphp/rector" (#573)
- "global" -> remove unused "use" statements
- "phpunit" -> fix "@covers" comments
- "phpunit" -> replace "->will($this->returnValue()" with "->willReturn()"
- "UseTest.php" -> add missing namespace
- "composer.json" -> use "autoload-dev"
- remove -> "require_once" usage in the tests (use autoload-dev via composer.json)
-> most of the changes are done automatically by "https://github.com/rectorphp/rector"
|
2019-01-19 11:18:00 +01:00 |
|
Tomáš Votruba
|
d638dd9b25
|
Use methods instead of annotations for expected exceptions (#533)
|
2018-09-22 10:43:54 +02:00 |
|
Nikita Popov
|
a513ccabb7
|
Improve constant evaluation and add docs
Split into evaluateDirectly() and evaluateSilently(), to be able
to treat errors more gracefully. Add documentation for constant
evaluation.
|
2018-01-27 17:47:45 +01:00 |
|
Gabriel Caruso
|
68d07c4662
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
|
Gabriel Caruso
|
7f72c84122
|
[CS] Open class brackets in new line
|
2018-01-13 16:03:55 +01:00 |
|
TomasVotruba
|
b58157f024
|
add strict_types to tests + fix explode type
|
2017-11-03 13:24:19 +01:00 |
|
Nikita Popov
|
4b1d9667af
|
Add constant expression evaluator (#402)
|
2017-09-30 18:56:44 +02:00 |
|