Code Duplication    Length = 8-8 lines in 2 locations

lib/Util/Phpunit/MasterListener.php 2 locations

@@ 110-117 (lines=8) @@
107
        $this->play(__FUNCTION__, func_get_args());
108
    }
109
110
    public function startTestSuite(PHPUnit_Framework_TestSuite $suite)
111
    {
112
        $this->replay[] = [
113
            'method' => __FUNCTION__,
114
            'args'  => func_get_args()
115
        ];
116
        $this->play(__FUNCTION__, func_get_args());
117
    }
118
119
    public function endTestSuite(PHPUnit_Framework_TestSuite $suite)
120
    {
@@ 119-126 (lines=8) @@
116
        $this->play(__FUNCTION__, func_get_args());
117
    }
118
119
    public function endTestSuite(PHPUnit_Framework_TestSuite $suite)
120
    {
121
        $this->replay[] = [
122
            'method' => __FUNCTION__,
123
            'args'  => func_get_args()
124
        ];
125
        $this->play(__FUNCTION__, func_get_args());
126
    }
127
128
    public function startTest(PHPUnit_Framework_Test $test)
129
    {