Skip to content

Commit

Permalink
Refactor out creepy test data
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyK committed Jul 3, 2018
1 parent f7d2363 commit 6de3555
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/GraphNode/GraphNodeFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,22 +269,22 @@ public function testAGraphEdgeWillBeCastRecursively()
[
'id' => '1',
'name' => 'Sammy Kaye Powers',
'is_sexy' => true,
'is_friendly' => true,
],
[
'id' => '2',
'name' => 'Yassine Guedidi',
'is_sexy' => true,
'is_friendly' => true,
],
[
'id' => '3',
'name' => 'Fosco Marotto',
'is_sexy' => true,
'is_friendly' => true,
],
[
'id' => '4',
'name' => 'Foo McUgly',
'is_sexy' => false,
'name' => 'Foo McUnfriendly',
'is_friendly' => false,
],
],
'paging' => [
Expand Down

0 comments on commit 6de3555

Please sign in to comment.