for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the phpunit-mink library.
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @copyright Alexander Obuhovich <[email protected]>
* @link https://github.com/aik099/phpunit-mink
*/
namespace ConsoleHelpers\PHPUnitCompat;
trait TAbstractTestCaseBody
{
* This method is called when a test method did not execute successfully.
* @param \Exception|\Throwable $e Exception.
* @return void
protected function onNotSuccessfulTestCompat($e)
}