Beispiel #1
0
 /**
  *
  */
 public function testCountAttributes()
 {
     $this->bag->add('one', 'two');
     $this->bag->add('two', 'two');
     $this->bag->add('three', 'two');
     $this->assertEquals(3, $this->bag->count());
 }