Example #1
0
 public function testRenderYaml()
 {
     $controller = new Controller();
     $yaml = $controller->toYaml(['foo' => 1, 'bar' => ['zoo' => 123]]);
     $this->assertNotEmpty($yaml);
 }