Completed
Push — master ( d4e26c...0edff0 )
by Tim
01:57
created
lib/TestInterface.php 1 patch
Doc Comments   +11 added lines patch added patch discarded remove patch
@@ -4,9 +4,20 @@
 block discarded – undo
4 4
 
5 5
 interface TestInterface
6 6
 {
7
+    /**
8
+     * @return string
9
+     */
7 10
     public function getCategory();
11
+
12
+    /**
13
+     * @return TestConfiguration
14
+     */
8 15
     public function getConfiguration();
9 16
     //public function getTestData();
17
+
18
+    /**
19
+     * @return TestResult
20
+     */
10 21
     public function getTestResult();
11 22
     public function invokeTest();
12 23
 }
Please login to merge, or discard this patch.