Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 6, 2025
1 parent e774efe commit c110c3d
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 157 deletions.
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function checkIfTestServerIsRunning(): void
function handleTestServerNotRunning(): void
{
if (getenv('TRAVIS')) {
test()->fail('The test server is not running on Travis.');
test()->fail('The test server is not running on GitHub actions.');
}

test()->markTestSkipped('The test server is not running.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,20 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
<url>
<loc>http://localhost:4020/</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:4020/page1</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:4020/page2</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:4020/page3</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:4020/page4</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:4020/page5</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,20 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
<url>
<loc>http://localhost:4020/</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:4020/page1</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:4020/page2</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:4020/page3</loc>
<changefreq>daily</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://localhost:4020/page4</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:4020/page5</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
<url>
<loc>http://localhost:4020/</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
<url>
<loc>http://localhost:4020/</loc>
</url>
<url>
<loc>http://localhost:4020/page1</loc>
</url>
<url>
<loc>http://localhost:4020/page2</loc>
</url>
<url>
<loc>http://localhost:4020/page4</loc>
</url>
<url>
<loc>http://localhost:4020/page5</loc>
</url>
</urlset>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
<url>
<loc>http://localhost:4020/</loc>
</url>
<url>
<loc>http://localhost:4020/page1</loc>
</url>
<url>
<loc>http://localhost:4020/page2</loc>
</url>
<url>
<loc>http://localhost:4020/page4</loc>
</url>
</urlset>
Loading

0 comments on commit c110c3d

Please sign in to comment.