Esempio n. 1
0
 /**
  * @test
  */
 public function parseSimpleText()
 {
     $string = "Test";
     $result = Yaml::parse($string);
     $this->assertEquals([], $result);
 }
Esempio n. 2
0
 /**
  * @return array
  */
 public function getTargets()
 {
     return Yaml::parse($this->getRawTargets());
 }