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
|
41408081d7
|
Rename setTypeHint() to setType()
To align with modern terminology -- we don't like calling these
type hints anymore. Old method name remains, marked as @deprecated.
|
2018-07-22 21:41:21 +02:00 |
|
ProgMiner
|
82e8b33814
|
Add some trait use factory builder integration tests
|
2018-07-22 21:23:00 +02:00 |
|
Nikita Popov
|
0cd7207ca6
|
Add tests for var() and propertyFetch()
|
2018-07-20 21:59:42 +02:00 |
|
Nikita Popov
|
b855c1ca23
|
Add some tests for new use builders
|
2018-07-20 21:44:37 +02:00 |
|
Nikita Popov
|
610617fe93
|
Also add new() builder
|
2018-03-03 22:25:58 +01:00 |
|
Nikita Popov
|
ff2d85dc6b
|
Add constFetch() and classConstFetch() builders
|
2018-03-03 22:14:42 +01:00 |
|
Nikita Popov
|
b998d1e9b5
|
Add funcCall(), methodCall() and staticCall() builders
|
2018-03-03 15:40:51 +01:00 |
|
Nikita Popov
|
c7ada124d0
|
[CS] Use ::class notation instead of string
Conflicts:
test/PhpParser/ParserFactoryTest.php
test/PhpParser/ParserTest.php
|
2018-01-13 16:08:17 +01:00 |
|
TomasVotruba
|
b58157f024
|
add strict_types to tests + fix explode type
|
2017-11-03 13:24:19 +01:00 |
|
Nikita Popov
|
31065389f1
|
Remove workarounds for reserved keyword method names
No longer necessary in PHP 7.
|
2017-09-02 20:08:20 +02:00 |
|
TomasVotruba
|
af12807451
|
[cs] apply same to tests
|
2017-08-13 21:14:28 +02:00 |
|
Nikita Popov
|
3b4abbfc97
|
Add BuilderFactors->args(Add BuilderFactors->args())
|
2017-04-28 18:13:06 +02:00 |
|
Ekin
|
3c44785e82
|
Bump phpunit version (#381)
|
2017-04-27 18:14:07 +02:00 |
|
Nikita Popov
|
5f7070e94f
|
Added BuilderFactory->concat() method
|
2017-04-24 21:42:59 +02:00 |
|
Nikita Popov
|
8f40eec122
|
Add BuilderFactory->val() method
|
2017-04-24 21:28:03 +02:00 |
|
Nikita Popov
|
5ede167835
|
Fix infinite recursion in Use builder __call
|
2015-07-12 22:11:43 +02:00 |
|
Nikita Popov
|
0c34706799
|
Add "use" builder
|
2015-03-10 16:05:55 +01:00 |
|
Thomas Ruiz
|
73cace360d
|
Implicit public should not generate as explicit public
|
2015-03-08 20:21:01 +01:00 |
|
Nikita Popov
|
ba625063e7
|
Support fully-qualified and ns-relative names in builders
|
2014-12-19 18:48:21 +01:00 |
|
Nikita Popov
|
b4b93ccb21
|
Add integration test for builders
|
2014-12-19 18:35:19 +01:00 |
|
Stepan Anchugov
|
01643e06d3
|
Add namespace builder
|
2014-12-19 18:19:33 +01:00 |
|
Nikita Popov
|
4387454fe0
|
Add trait builder (for completeness...)
|
2014-12-19 17:59:23 +01:00 |
|
nikic
|
f82862ec9c
|
Port library to use namespaces, with BC for old names
|
2014-02-06 20:29:35 +01:00 |
|