You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support PHP 8 (#404)
* added php8 to travis tests
updated travis file for php 8.0
change camel case
update get class with reflection class
update getName from reflection
fix phpstan
added composer update to travis file
update cs-fixer script
updaye for builtIn reflection function
removed php 7.2
using snake case for test files
* removed if condition
* added test and if condition to check if there is no params
* improve code
* removed unused use statement
Bugfixes in EventSourcing/Testing/Scenario, examples (#344)
* Fixed missing return types required in strict mode. Fixed bug in Scenario->getEvents method: array_map only accepts an array and not an iterator. Using iterator_to_array() now.
* Fixed incompatibile child classes.
Added examples to test suite
Strip leading slash to allow testing repository with class keyword (#332)
* Strip leading slash to allow testing repository with class keyword
* simplified test assertion
* removed obsolete function