mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Add basic container implementation
This commit is contained in:
@ -118,6 +118,15 @@
|
||||
PASS Tests\Unit\Support\Backtrace
|
||||
✓ it gets file name from called file
|
||||
|
||||
PASS Tests\Unit\Support\Container
|
||||
✓ it exists
|
||||
✓ it gets an instance
|
||||
✓ it creates an instance and resolves parameters
|
||||
✓ it creates an instance and resolves also sub parameters
|
||||
✓ it can resolve builtin value types
|
||||
✓ it cannot resolve a parameter that requires additional dependencies
|
||||
✓ it cannot resolve a parameter without type
|
||||
|
||||
PASS Tests\Unit\Support\Reflection
|
||||
✓ it gets file name from closure
|
||||
✓ it gets property values
|
||||
@ -134,5 +143,10 @@
|
||||
WARN Tests\Visual\Success
|
||||
s visual snapshot of test suite on success
|
||||
|
||||
<<<<<<< HEAD
|
||||
Tests: 6 skipped, 71 passed
|
||||
Time: 2.89s
|
||||
=======
|
||||
Tests: 6 skipped, 76 passed
|
||||
Time: 3.32s
|
||||
>>>>>>> 84c9078... Add basic container implementation
|
||||
|
||||
Reference in New Issue
Block a user