From a code point of view, the Cest class is just a bunch of Cept scripts. No object area and no before / after class.
My advice is to use a test format and use PhpUnit hooks.
The test format extends PHPUnit_Framework_TestCase, so setUpBeforeClass should work.
source
share