Konstantin Kudryashov
Konstantin Kudryashov
Right now it's impossible to mock any class, which extends from `SplFileInfo` (including `SplFileObject`). Mostly because `SplFileInfo` is crazy part of php internal. First, it has publicly available private API...
# Bug report ## Describe the bug One of the biggest benefits I see in Suapabase is its ability to be nearly 100% controlled via SQL. This to me means...
`KernelAwareContext` injects entire application into your context, which in most cases is not what you want. You'd usually want couple of services injected into the context constructor instead of the...
As we already have `insert...()` and `update...()` methods, i think it would be useful to have a simple method to clean test entity. Like ``` php
In Behat contexts, when you're making assertions, you can use PHPUnit to do that for you. The benefit of that is shorter, more familiar syntax + Behat supports PHPUnit assertions...