Lines Matching refs:common
54 $common = $this->implementation->calculate($from, $to);
56 $this->assertEquals(array(), $common);
66 $common = $this->implementation->calculate($from, $to);
68 $this->assertEquals($from, $common);
80 $common = $this->implementation->calculate($from, $to);
82 $this->assertEquals($expected, $common);
91 $common = $this->implementation->calculate($from, $to);
93 $this->assertEquals($range, $common);
101 $common = $this->implementation->calculate($from, $to);
102 $this->assertEquals(array(), $common);
106 $common = $this->implementation->calculate($from, $to);
107 $this->assertEquals(array(), $common);
112 $common = $this->implementation->calculate($from, $to);
113 $this->assertEquals(array(), $common);
122 $common = $this->implementation->calculate($from, $to);
123 $this->assertEquals($expected, $common);
128 $common = $this->implementation->calculate($from, $to);
129 $this->assertEquals($expected, $common);
135 $common = $this->implementation->calculate($from, $to);
137 $this->assertEquals($expected, $common);
146 $common = $this->implementation->calculate($from, $to);
148 $this->assertEquals($to, $common);
157 $common = $this->implementation->calculate($from, $to);
159 $this->assertEquals($to, $common);
168 $common = $this->implementation->calculate($from, $to);
170 $this->assertEquals($to, $common);
179 $common = $this->implementation->calculate($from, $to);
180 $this->assertEquals($expected, $common);
185 $common = $this->implementation->calculate($from, $to);
187 $this->assertEquals(array(1), $common);