Descrição
Returns the class name that is the subject under test for this test case.
Devolve
string
public function subject() {
return preg_replace('/Test$/', '', str_replace('tests\\cases\\', '', get_class($this)));
}
Returns the class name that is the subject under test for this test case.
public function subject() {
return preg_replace('/Test$/', '', str_replace('tests\\cases\\', '', get_class($this)));
}