Prose\UsingReporting::reportShouldAlwaysSucceed PHP Метод

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

    public function reportShouldAlwaysSucceed()
    {
        // what are we doing?
        $log = usingLog()->startAction("this story is expected to always succeed");
        // all done
        $log->endAction();
    }