EclipseReporter::paintMethodStart PHP Метод

paintMethodStart() публичный Метод

Paints nothing at the start of a test method, but stash the method name for later.
public paintMethodStart ( $method )
    public function paintMethodStart($method)
    {
        $this->pass = false;
        $this->fail = false;
        $this->error = false;
        $this->method = self::escapeVal($method);
    }