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