Skip to content

Commit c110c3d

Browse files
committed
update snapshots
1 parent e774efe commit c110c3d

7 files changed

+277
-157
lines changed

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function checkIfTestServerIsRunning(): void
5151
function handleTestServerNotRunning(): void
5252
{
5353
if (getenv('TRAVIS')) {
54-
test()->fail('The test server is not running on Travis.');
54+
test()->fail('The test server is not running on GitHub actions.');
5555
}
5656

5757
test()->markTestSkipped('The test server is not running.');

tests/__snapshots__/SitemapGeneratorTest__it_can_generate_a_sitemap__1.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,20 @@
22
<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">
33
<url>
44
<loc>http://localhost:4020/</loc>
5-
<changefreq>daily</changefreq>
6-
<priority>0.8</priority>
75
</url>
86
<url>
97
<loc>http://localhost:4020/page1</loc>
10-
<changefreq>daily</changefreq>
11-
<priority>0.8</priority>
128
</url>
139
<url>
1410
<loc>http://localhost:4020/page2</loc>
15-
<changefreq>daily</changefreq>
16-
<priority>0.8</priority>
1711
</url>
1812
<url>
1913
<loc>http://localhost:4020/page3</loc>
20-
<changefreq>daily</changefreq>
21-
<priority>0.8</priority>
2214
</url>
2315
<url>
2416
<loc>http://localhost:4020/page4</loc>
25-
<changefreq>daily</changefreq>
26-
<priority>0.8</priority>
2717
</url>
2818
<url>
2919
<loc>http://localhost:4020/page5</loc>
30-
<changefreq>daily</changefreq>
31-
<priority>0.8</priority>
3220
</url>
3321
</urlset>

tests/__snapshots__/SitemapGeneratorTest__it_can_modify_the_attributes_while_generating_the_sitemap__1.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,20 @@
22
<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">
33
<url>
44
<loc>http://localhost:4020/</loc>
5-
<changefreq>daily</changefreq>
6-
<priority>0.8</priority>
75
</url>
86
<url>
97
<loc>http://localhost:4020/page1</loc>
10-
<changefreq>daily</changefreq>
11-
<priority>0.8</priority>
128
</url>
139
<url>
1410
<loc>http://localhost:4020/page2</loc>
15-
<changefreq>daily</changefreq>
16-
<priority>0.8</priority>
1711
</url>
1812
<url>
1913
<loc>http://localhost:4020/page3</loc>
20-
<changefreq>daily</changefreq>
21-
<priority>0.6</priority>
2214
</url>
2315
<url>
2416
<loc>http://localhost:4020/page4</loc>
25-
<changefreq>daily</changefreq>
26-
<priority>0.8</priority>
2717
</url>
2818
<url>
2919
<loc>http://localhost:4020/page5</loc>
30-
<changefreq>daily</changefreq>
31-
<priority>0.8</priority>
3220
</url>
3321
</urlset>

tests/__snapshots__/SitemapGeneratorTest__it_can_use_a_custom_profile__1.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
<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">
33
<url>
44
<loc>http://localhost:4020/</loc>
5-
<changefreq>daily</changefreq>
6-
<priority>0.8</priority>
75
</url>
86
</urlset>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<url>
4+
<loc>http://localhost:4020/</loc>
5+
</url>
6+
<url>
7+
<loc>http://localhost:4020/page1</loc>
8+
</url>
9+
<url>
10+
<loc>http://localhost:4020/page2</loc>
11+
</url>
12+
<url>
13+
<loc>http://localhost:4020/page4</loc>
14+
</url>
15+
<url>
16+
<loc>http://localhost:4020/page5</loc>
17+
</url>
18+
</urlset>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<url>
4+
<loc>http://localhost:4020/</loc>
5+
</url>
6+
<url>
7+
<loc>http://localhost:4020/page1</loc>
8+
</url>
9+
<url>
10+
<loc>http://localhost:4020/page2</loc>
11+
</url>
12+
<url>
13+
<loc>http://localhost:4020/page4</loc>
14+
</url>
15+
</urlset>

0 commit comments

Comments
 (0)