Feb 1, 2015
0
Level 3
Codeception run setup once and not once per test?
Hello!
Writing a integration test using \Codeception\TestCase\Test
I have a class that i have under test and i've written a few tests for it. The problem is that is runs _before() before every tests. This takes along time
Is it possible to run it only once or am i forced to gather all my test functions to one function?
Was hoping to split up the tests to keep it clean.
All the tests rely on the same data
Please or to participate in this conversation.