Example #1
0
 public function __construct()
 {
     parent::__construct([]);
 }
Example #2
0
 /**
  * @param $list
  * @param $count
  *
  * @dataProvider setProviderCount
  */
 public function testCount($list, $count)
 {
     $this->bag->add($list);
     $this->assertEquals($count, $this->bag->count());
 }