Contents ../ lithium\test\Unit::subject() public method Returns the class name that is the subject under test for this test case. Returns string Source public function subject() { return preg_replace('/Test$/', '', str_replace('tests\\cases\\', '', get_class($this))); }