Skip to content

Commit

Permalink
Revert "Delete files"
Browse files Browse the repository at this point in the history
This reverts commit 6e2e5c5.
  • Loading branch information
AntonyThorpe committed Jun 7, 2024
1 parent 6e2e5c5 commit c4f861e
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/Fixtures/BulkLoaderRelationTest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
AntonyThorpe\Consumer\Tests\Model\Course:
math101:
Title: 'Math 101'
tech102:
Title: 'Tech 102'
mus103:
Title: 'Music 103'

AntonyThorpe\Consumer\Tests\Model\CourseSelection:
tech102:
Course: =>AntonyThorpe\Consumer\Tests\Model\Course.tech102
Term: 3
7 changes: 7 additions & 0 deletions tests/Fixtures/BulkLoaderTest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
AntonyThorpe\Consumer\Tests\Model\Country:
nz:
Title: New Zealand
Code: NZ
au:
Title: Australia
Code: AU
34 changes: 34 additions & 0 deletions tests/Fixtures/Product.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
AntonyThorpe\Consumer\Tests\Model\Product:
products:
Title: Shop
URLSegment: shop
Content: <p>This is some content</p>
ShowInMenus: 1
ShowInSearch: 1
pm1:
InternalItemID: SPACE
Title: Space - Beyond the Solar System
BasePrice: 99.99
URLSegment: alien
Content: <p>This is some content</p>
Parent: =>AntonyThorpe\Consumer\Tests\Model\Product.products
ShowInMenus: 0
ShowInSearch: 0
pm2:
InternalItemID: BOOK
Title: Book of Bad Smells
BasePrice: 12345.89
URLSegment: book
Content: <p>This is some content</p>
Parent: =>AntonyThorpe\Consumer\Tests\Model\Product.products
ShowInMenus: 1
ShowInSearch: 1
pm3:
InternalItemID: CFIRE
Title: Chariot of Fire will need to be updated along with the default selling price
BasePrice: 100.00
URLSegment: chariot
Content: <p>This is some content</p>
Parent: =>AntonyThorpe\Consumer\Tests\Model\Product.products
ShowInMenus: 1
ShowInSearch: 0
43 changes: 43 additions & 0 deletions tests/Fixtures/User.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
AntonyThorpe\Consumer\Tests\Model\User:
um1:
Name: Will Be Updated
UserName: Will Be Updated
Email: [email protected]
Phone: Will Be Updated
Website: Will Be Updated
Guid: 1
um2:
Name: Will Be Updated
UserName: Will Be Updated
Email: [email protected]
Phone: Will Be Updated
Website: Will Be Updated
Guid: 2
um3:
Name: Clementine Will be changed
UserName: Samantha
Email: [email protected]
Phone: 1-463-123-4447
Website: ramiro.info
Guid: 3
um4:
Name: Patricia Lebsack
UserName: Karianne
Email: [email protected]
Phone: 493-170-9623 x156
Website: kale.biz
Guid: 4
um5:
Name: Chelsey Dietrich
UserName: Kamren
Email: [email protected]
Phone: (254)954-1289
Website: demarco.info
Guid: 5
um6:
Name: Will Not Be Found In The External API or in Consumer Subclass
UserName: LocalOnly
Email: [email protected]
Phone: 954-1289
Website: local.info
Guid: 99999

0 comments on commit c4f861e

Please sign in to comment.