Extends
lithium\core\Object
Returns the class name that is the subject under test for this test case.
Returns
stringSource
public function subject() {
return preg_replace('/Test$/', '', str_replace('tests\\cases\\', '', get_class($this)));
}