Completed
Pull Request — master (#71)
by Sullivan
02:06 queued 38s
created
tests/TestCase.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -6,6 +6,10 @@
 block discarded – undo
6 6
 if (class_exists('\PHPUnit\Framework\TestCase')) {
7 7
     abstract class TestCase extends \PHPUnit\Framework\TestCase
8 8
     {
9
+
10
+        /**
11
+         * @param string $class
12
+         */
9 13
         public function getMock($class)
10 14
         {
11 15
             return $this->getMockBuilder($class)->getMock();
Please login to merge, or discard this patch.