Skip to content

Commit 26c5902

Browse files
Fixed coverage
1 parent 13e0d59 commit 26c5902

33 files changed

+171
-116
lines changed

docs/snippets/advanced-directive-array.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<array_directive>
33

44
<user>
5-
<name>Arlie Jast</name>
6-
<avatar>https://via.placeholder.com/640x480.png/00bb77?text=et</avatar>
7-
<avatar>https://via.placeholder.com/640x480.png/0088cc?text=sunt</avatar>
8-
<images name="et voluptatibus ut">https://via.placeholder.com/640x480.png/007755?text=deserunt</images>
9-
<images name="architecto doloribus eum">https://via.placeholder.com/640x480.png/00bb44?text=officiis</images>
5+
<name>Gabe Doyle</name>
6+
<avatar>https://via.placeholder.com/640x480.png/00bbee?text=laboriosam</avatar>
7+
<avatar>https://via.placeholder.com/640x480.png/0099bb?text=ipsum</avatar>
8+
<images name="consequuntur in dolor">https://via.placeholder.com/640x480.png/004477?text=autem</images>
9+
<images name="cum eveniet distinctio">https://via.placeholder.com/640x480.png/005544?text=nostrum</images>
1010
</user>
1111
<user>
12-
<name>Prof. Mark Kovacek</name>
13-
<avatar>https://via.placeholder.com/640x480.png/005577?text=nihil</avatar>
14-
<avatar>https://via.placeholder.com/640x480.png/004411?text=illo</avatar>
15-
<images name="voluptates fugit consequatur">https://via.placeholder.com/640x480.png/004488?text=et</images>
16-
<images name="maxime aut id">https://via.placeholder.com/640x480.png/006633?text=excepturi</images>
12+
<name>Mr. Abner Renner DDS</name>
13+
<avatar>https://via.placeholder.com/640x480.png/00eecc?text=quae</avatar>
14+
<avatar>https://via.placeholder.com/640x480.png/001199?text=quam</avatar>
15+
<images name="itaque quam laudantium">https://via.placeholder.com/640x480.png/00ff22?text=repellat</images>
16+
<images name="qui non quo">https://via.placeholder.com/640x480.png/0066bb?text=consequuntur</images>
1717
</user>
1818

1919
</array_directive>

docs/snippets/advanced-directive-attributes.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
namespace App\Feeds;
66

7-
use App\Feeds\Info\AttributesDirectiveFeedInfo;
8-
use App\Feeds\Items\AttributesDirectiveFeedItem;
9-
use App\Models\User;
107
use DragonCode\LaravelFeed\Feeds\Feed;
118
use DragonCode\LaravelFeed\Feeds\Info\FeedInfo;
129
use DragonCode\LaravelFeed\Feeds\Items\FeedItem;
1310
use Illuminate\Database\Eloquent\Builder;
1411
use Illuminate\Database\Eloquent\Model;
12+
use App\Feeds\Info\AttributesDirectiveFeedInfo;
13+
use App\Feeds\Items\AttributesDirectiveFeedItem;
14+
use App\Models\User;
1515

1616
class AttributesDirectiveFeed extends Feed
1717
{
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<attributes_directive>
33

4-
<company since="2017"/>
4+
<company since="2000"/>
55
<url>https://example.com</url>
66

77
<user>
8-
<name>Sheila Schaefer I</name>
9-
<contact email="edmond.robel@example.com" phone="555-000-1"/>
8+
<name>Prof. Francisca Crona</name>
9+
<contact email="ncrona@example.com" phone="555-000-1"/>
1010
</user>
1111
<user>
12-
<name>Keith Greenfelder</name>
13-
<contact email="breitenberg.maximus@example.com" phone="555-000-2"/>
12+
<name>Cleve Huels</name>
13+
<contact email="dexter11@example.org" phone="555-000-2"/>
1414
</user>
1515

1616
</attributes_directive>

docs/snippets/advanced-directive-cdata.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<cdata_directive>
33

44
<user>
5-
<name><![CDATA[<h1>Myrna Balistreri DVM</h1>]]></name>
6-
<email>adelle14@example.net</email>
5+
<name><![CDATA[<h1>Aisha Gleichner</h1>]]></name>
6+
<email>qoreilly@example.net</email>
77
</user>
88
<user>
9-
<name><![CDATA[<h1>Wilfred Volkman</h1>]]></name>
10-
<email>reinger.karina@example.org</email>
9+
<name><![CDATA[<h1>Ms. Emilia Boehm MD</h1>]]></name>
10+
<email>lblock@example.com</email>
1111
</user>
1212

1313
</cdata_directive>

docs/snippets/advanced-directive-mixed.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<mixed_directive>
33

44
<user>
5-
<name>Ms. Shania Hoeger</name>
5+
<name>Prof. Hillary Schultz II</name>
66
<some>
77
<first>Foo</first>
8-
<second>corine90@example.net</second>
8+
<second>bashirian.janice@example.net</second>
99
</some>
1010
</user>
1111
<user>
12-
<name>Mrs. Madonna Block</name>
12+
<name>Darien Jenkins</name>
1313
<some>
1414
<first>Foo</first>
15-
<second>edgardo.schumm@example.net</second>
15+
<second>juana.morar@example.org</second>
1616
</some>
1717
</user>
1818

docs/snippets/advanced-directive-value.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<value_directive>
33

44
<user>
5-
<name>Marcel Bauch III</name>
6-
<contact type="email">vleuschke@example.org</contact>
5+
<name>Jaylon Hirthe</name>
6+
<contact type="email">salvatore37@example.net</contact>
77
</user>
88
<user>
9-
<name>Maritza Windler</name>
10-
<contact type="email">lurline40@example.com</contact>
9+
<name>Gardner Stroman MD</name>
10+
<contact type="email">kbogisich@example.com</contact>
1111
</user>
1212

1313
</value_directive>

docs/snippets/advanced-element-attribute.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
namespace App\Feeds;
66

7-
use App\Feeds\Items\AttributeFeedItem;
8-
use App\Models\User;
97
use DragonCode\LaravelFeed\Feeds\Feed;
108
use DragonCode\LaravelFeed\Feeds\Items\FeedItem;
119
use Illuminate\Database\Eloquent\Builder;
1210
use Illuminate\Database\Eloquent\Model;
11+
use App\Feeds\Items\AttributeFeedItem;
12+
use App\Models\User;
1313

1414
class AttributeFeed extends Feed
1515
{
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<attribute>
33

4-
<user created_at="2025-09-14T20:04:58+00:00">
4+
<user created_at="2025-09-14T20:42:47+00:00">
55
<id>1</id>
6-
<name>Nat Goodwin V</name>
6+
<name>Braxton West</name>
77
</user>
8-
<user created_at="2025-09-14T20:04:58+00:00">
8+
<user created_at="2025-09-14T20:42:47+00:00">
99
<id>2</id>
10-
<name>Mr. Andres Lebsack</name>
10+
<name>Clemmie Anderson</name>
1111
</user>
1212

1313
</attribute>

docs/snippets/advanced-element-header-footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace App\Feeds;
66

7-
use App\Models\User;
87
use DragonCode\LaravelFeed\Feeds\Feed;
98
use Illuminate\Database\Eloquent\Builder;
9+
use App\Models\User;
1010

1111
class HeaderFooterFeed extends Feed
1212
{

docs/snippets/advanced-element-header-footer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
<user>
55
<id>1</id>
6-
<name>Ila Hartmann</name>
6+
<name>Ransom Hilpert</name>
77
</user>
88
<user>
99
<id>2</id>
10-
<name>Jeremy Rogahn</name>
10+
<name>Dr. Nettie Wiza</name>
1111
</user>
1212

1313
</header_footer>

0 commit comments

Comments
 (0)