MediaWiki REL1_35
MediaWikiPHPUnitTest__endTestHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6use PHPUnit\Framework\Test;
7
22 public function onMediaWikiPHPUnitTest__endTest( $test, $time );
23}
onMediaWikiPHPUnitTest__endTest( $test, $time)
This hook is called after each PHPUnit test completes.