assertions++; } public function seeFeaturesEquals($expected) { \PHPUnit_Framework_Assert::assertEquals($expected, $this->feature); } public function _before(\Codeception\TestInterface $test) { $this->feature = $test->getMetadata()->getFeature(); } }