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 |
|
TomasVotruba
|
b58157f024
|
add strict_types to tests + fix explode type
|
2017-11-03 13:24:19 +01:00 |
|
TomasVotruba
|
af12807451
|
[cs] apply same to tests
|
2017-08-13 21:14:28 +02:00 |
|
Nikita Popov
|
73dc35cbbd
|
Allow null in ClassMethod::getStmts()
|
2017-05-07 19:56:14 +02:00 |
|
Nikita Popov
|
a32e3797d4
|
Generate PHP 7 type annotations
|
2017-04-28 21:40:59 +02:00 |
|
Ekin
|
3c44785e82
|
Bump phpunit version (#381)
|
2017-04-27 18:14:07 +02:00 |
|
Nikita Popov
|
8635365a30
|
Fix some typing issues
|
2017-04-26 21:50:40 +02:00 |
|
Andreev Sergey
|
9dc93aafaa
|
Add ClassMethod::isMagic() method
|
2017-04-23 13:54:17 +02:00 |
|
Lisachenko Alexander
|
5e6627c895
|
Add broken test for implicit public nodes
|
2015-07-05 20:10:47 +02:00 |
|
nikic
|
0f69f12b94
|
Use "public" visibility when not explicitly given
Fixes issue #143
|
2014-11-13 20:21:21 +01:00 |
|
nikic
|
f82862ec9c
|
Port library to use namespaces, with BC for old names
|
2014-02-06 20:29:35 +01:00 |
|