Lines Matching refs:remaining
188 $remaining = $h->getAnnotations($id);
189 $this->assertCount(1, $remaining);
190 $this->assertEquals($keep['id'], $remaining[0]['id']);
210 $remaining = $h->getAnnotations($id);
211 $this->assertCount(1, $remaining, $id . ' keeps only the open annotation');
212 $this->assertEquals('open', $remaining[0]['body'], $id . ' kept the right annotation');
237 $remaining = $h->getAnnotations($id);
238 $this->assertCount(1, $remaining);
239 $this->assertEquals($present['id'], $remaining[0]['id']);
323 $remaining = $h->getAnnotations($id);
324 $this->assertCount(1, $remaining, $id . ' keeps only the present annotation');
325 … $this->assertEquals('present', $remaining[0]['body'], $id . ' kept the right annotation');