mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
refacto: toHaveMethod and toHaveMethods
This commit is contained in:
@ -819,6 +819,14 @@
|
||||
✓ class has method via a parent class
|
||||
✓ class has method via a trait
|
||||
✓ failure when the class has no method
|
||||
✓ class has no method
|
||||
|
||||
PASS Tests\Features\Expect\toHaveMethods
|
||||
✓ class has method
|
||||
✓ opposite class has method
|
||||
✓ class has method via a parent class
|
||||
✓ class has method via a trait
|
||||
✓ failure when the class has no method
|
||||
✓ class has no method
|
||||
|
||||
PASS Tests\Features\Expect\toHaveMethodsDocumented
|
||||
@ -1559,4 +1567,4 @@
|
||||
WARN Tests\Visual\Version
|
||||
- visual snapshot of help command output
|
||||
|
||||
Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 17 todos, 28 skipped, 1079 passed (2609 assertions)
|
||||
Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 17 todos, 28 skipped, 1085 passed (2617 assertions)
|
||||
Reference in New Issue
Block a user