PHPUnit\Runner\CleverAndSmart\TestListener::onCancel PHP Метод

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

public onCancel ( )
    public function onCancel()
    {
        if (!$this->currentTest) {
            return;
        }
        $this->storage->record($this->run, $this->currentTest, 0, StorageInterface::STATUS_CANCEL);
        exit(1);
    }