gitextract_2abp199a/ ├── .gitignore ├── LICENSE ├── README.md ├── composer.json ├── phpunit.xml.dist ├── src/ │ ├── AbstractGenerator.php │ ├── WebSitemapGenerator.php │ └── WebSitemapItem.php └── tests/ ├── WebSitemapGeneratorTest.php └── xmls/ ├── generated/ │ ├── .gitkeep │ └── test-start-xml-called.xml └── test-start-xml-called.xml