Kirill K

Results 6 comments of Kirill K

I don't think that removing `SpecifyTest::run`would solve the problem, because there is no other way to run test by Specify. Standard trait Specify gives BDD interface (specify, should etc.) and...

> Removing `SpecifyTest::run` method may make it work with Codeception 5, could you test it?

> Sorry, it was a very bad guess, I haven't even looked at the code and guessed that it calls `parent::run()`. > > Do you understand what's the point of...

I see Codeception's `Unit` class has `setResultAggregator` but there is no one place where this method would be called. I'm not sure, but what if we add in `Codeception\Test\Test` abstract...

I understand that it may be not perfect solution but i just want to show direction of my mind. I don't think making ResultAggregator global accessible is good idea

Bad situation( At least your solution helped me to run Specify using Codeception 5. I'll hope framework will choose stable concepts that can be used natively for this lib