Lines Matching refs:count

53         $count = $phpQueryObject->count();
54 $this->assertEquals(1, $count, "We should see the id");
58 $count = $phpQueryObject->count();
59 $this->assertEquals(1, $count,"We should see container for the whole map");
63 $count = $phpQueryObject->count();
64 $this->assertEquals(1, $count, "We should see one container for the header");
68 $count = $phpQueryObject->count();
69 $this->assertEquals(1, $count,"We should see one container for the pages");
73 $count = $phpQueryObject->count();
74 $this->assertEquals(2, $count, "We should see two pages");
78 $count = $phpQueryObject->count();
79 $this->assertEquals(1, $count,"One page should be active");
110 $count = $phpQueryObject->count();
111 $this->assertEquals(1, $count, "We should see the id");
115 $count = $phpQueryObject->count();
116 $this->assertEquals(2, $count, "We should see two pages ");
120 $count = $phpQueryObject->count();
121 $this->assertEquals(1, $count, "We should see the folder");
152 $count = $phpQueryObject->count();
153 $this->assertEquals(1, $count, "We should see the id");
157 $count = $phpQueryObject->count();
158 $this->assertEquals(1, $count, "We should see the folder");
163 $count = $phpQueryObject->count();
164 $this->assertEquals(2, $count, "We should see two pages ");
198 $count = $phpQueryObject->count();
199 $this->assertEquals(1, $count, "We should see the id");
204 $count = $phpQueryObject->count();
205 … $this->assertEquals(0, $count, "Because there is no home page, we should not see the header");
233 $count = $phpQueryObject->count();
234 $this->assertEquals(1, $count, "We should see the id");
239 $count = $phpQueryObject->count();
240 … $this->assertEquals(0, $count, "Because there is no home page, we should not see the header");
279 $count = $phpQueryObject->count();
280 $this->assertEquals(1, $count, "We should see the id");
285 $count = $phpQueryObject->count();
286 $this->assertEquals(1, $count, "We should only one page");