예제 #1
0
 public function test_count()
 {
     $bag = new ParameterBag(['a' => 1, 'b' => 2]);
     $this->assertEquals(2, $bag->count());
 }