Code Duplication    Length = 3-3 lines in 2 locations

tests/JSONTextBasicTest.php 1 location

@@ 31-33 (lines=3) @@
28
     */
29
    public function __construct()
30
    {
31
        foreach($this->fixtures as $name => $path) {
32
            $this->fixtures[$name] = MODULE_DIR . '/' . $path;
33
        }
34
    }
35
36
    public function testgetValueAsIterable()

tests/JSONTextQueryTest.php 1 location

@@ 54-56 (lines=3) @@
51
     */
52
    public function __construct()
53
    {
54
        foreach($this->fixtures as $name => $path) {
55
            $this->fixtures[$name] = MODULE_DIR . '/' . $path;
56
        }
57
    }
58
59
    /**