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