public static function Chart($id, $path)
 {
     $id = Paser::escaped($id);
     $path = Paser::escaped($path);
     //### Testing frameworks
     //> junit - JUnit Ant task XML reports
     //> surefire - Maven Surefire XML reports
     //> nunit - NUnit-Console XML reports
     //> mstest - MSTest XML reports
     //> gtest - Google Test XML reports
     //### Code inspection
     //> checkstyle - Checkstyle inspections XML reports
     //> findBugs - FindBugs inspections XML reports
     //> jslint - JSLint XML reports
     //> FxCop - FxCop inspection XML reports
     //> pmd - PMD inspections XML reports
     //### Code duplication
     //> pmdCpd - PMD Copy/Paste Detector (CPD) XML reports
     //> ReSharperDupFinder - ReSharper - dupfinder.exe XML reports
     //> Code coverage N/A
     //> dotNetCoverage - XML reports generated by dotcover, partcover, ncover or ncover3
     return "##teamcity[importData type='{$id}' path='{$path}']";
 }
 public function testMe()
 {
     ddd(Paser::escaped("Failed asserting that ||'201598689788||' matches expected 2015986897."));
     $this->assertFalse(TRUE);
 }