Пример #1
0
 public function testShouldAllowClearingAllDijits()
 {
     $this->testShouldAllowAddingMultipleDijitsAtOnce();
     $this->helper->clearDijits();
     $dijits = $this->helper->getDijits();
     $this->assertTrue(is_array($dijits));
     $this->assertEquals(0, count($dijits));
 }