Example #1
0
 /**
  * @dataProvider getKeyNormalizationTests
  */
 public function testNormalizeKeys($denormalized, $normalized)
 {
     $this->assertSame($normalized, Processor::normalizeKeys($denormalized));
 }