-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5228f74
commit 2b76933
Showing
4 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: Sincere@april.biz | ||
Phone: Will Be Updated | ||
Website: Will Be Updated | ||
Guid: 1 | ||
um2: | ||
Name: Will Be Updated | ||
UserName: Will Be Updated | ||
Email: Shanna@melissa.tv | ||
Phone: Will Be Updated | ||
Website: Will Be Updated | ||
Guid: 2 | ||
um3: | ||
Name: Clementine Will be changed | ||
UserName: Samantha | ||
Email: Nathan@yesenia.net | ||
Phone: 1-463-123-4447 | ||
Website: ramiro.info | ||
Guid: 3 | ||
um4: | ||
Name: Patricia Lebsack | ||
UserName: Karianne | ||
Email: Julianne.OConner@kory.org | ||
Phone: 493-170-9623 x156 | ||
Website: kale.biz | ||
Guid: 4 | ||
um5: | ||
Name: Chelsey Dietrich | ||
UserName: Kamren | ||
Email: Lucio_Hettinger@annie.ca | ||
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: LocalOnly@local.net | ||
Phone: 954-1289 | ||
Website: local.info | ||
Guid: 99999 |