Beispiel #1
0
 public function testDebugInfo()
 {
     $params = new CM_Params(['foo' => 12, 'bar' => [1, 2]]);
     $this->assertSame("['foo' => 12, 'bar' => [0 => 1, 1 => 2]]", $params->getDebugInfo());
 }