Closed sergeyklay closed 8 years ago
@ischenko I roll back these changes because they are completely broke our tests. For example see: https://travis-ci.org/phalcon/cphalcon/jobs/168296807
Please try to sort out and cover your changes by providing some tests
@sergeyklay I've managed to reproduce the issue. It occurs when the Specify trait is inherited from base class (see Reproduced issue: Property SpecifyTest::$beforeSpecify does not exist).
I will commit a fix tonight.
@sergeyklay I've created a pull request with the fix ( see #37 ).
Reverts Codeception/Specify#34