Completed
Push — master ( d1ea0c...72efe0 )
by Dmitry
03:12
created
tests/TestingTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -11,6 +11,10 @@
 block discarded – undo
11 11
     public function test()
12 12
     {
13 13
         $userTest = new class($this->app) extends Test {
14
+
15
+            /**
16
+             * @param TestingTest $frameworkTest
17
+             */
14 18
             public function testMock($frameworkTest)
15 19
             {
16 20
                 $config = [
Please login to merge, or discard this patch.