Pavel Murzich

Results 2 issues of Pavel Murzich

I want to be able to specify assertions directly in the test itself, not just in the .blackfire.yaml file. You can see an example of a test below: ``` class...

I think it would be nice to be able to set asserts using methods such as: ``` ->sqlQueriesCountGreaterThanOrEqual(3) ->httpRequestsCountEquals(1) ``` In this PR I have implemented some of this functionality,...