Esempio n. 1
0
 public function test03_remove()
 {
     $di = $this->forge;
     # following from test02...
     $this->forge->remove('spanks');
     $this->assertFalse($di->has('spanks'));
 }