You are here

abstract protected function PHPUnit_Extensions_TicketListener::updateTicket in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Extensions/TicketListener.php \PHPUnit_Extensions_TicketListener::updateTicket()

Parameters

string $ticketId:

string $newStatus:

string $message:

string $resolution:

1 call to PHPUnit_Extensions_TicketListener::updateTicket()
PHPUnit_Extensions_TicketListener::endTest in vendor/phpunit/phpunit/src/Extensions/TicketListener.php
A test ended.

File

vendor/phpunit/phpunit/src/Extensions/TicketListener.php, line 198

Class

PHPUnit_Extensions_TicketListener
Base class for test listeners that interact with an issue tracker.

Code

protected abstract function updateTicket($ticketId, $newStatus, $message, $resolution);