Skip to content

Commit

Permalink
dump and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jun 22, 2018
1 parent e8a5213 commit 9b16ab6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ return [
```

> Please note that the module name *sitemap* is required and should not be changed!
## Testing

In order to run the unit tests execute:

```sh
./vendor/bin/phpunit tests/
```
1 change: 0 additions & 1 deletion src/controllers/SitemapController.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ private function buildSitemapfile($sitemapFile)
}
$lastModified = $navItem->timestamp_update == 0 ? $navItem->timestamp_create : $navItem->timestamp_update;

var_dump($urls);
$sitemap->addItem($urls, $lastModified);
}
}
Expand Down

0 comments on commit 9b16ab6

Please sign in to comment.