We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d2363 commit 6de3555Copy full SHA for 6de3555
tests/GraphNode/GraphNodeFactoryTest.php
@@ -269,22 +269,22 @@ public function testAGraphEdgeWillBeCastRecursively()
269
[
270
'id' => '1',
271
'name' => 'Sammy Kaye Powers',
272
- 'is_sexy' => true,
+ 'is_friendly' => true,
273
],
274
275
'id' => '2',
276
'name' => 'Yassine Guedidi',
277
278
279
280
'id' => '3',
281
'name' => 'Fosco Marotto',
282
283
284
285
'id' => '4',
286
- 'name' => 'Foo McUgly',
287
- 'is_sexy' => false,
+ 'name' => 'Foo McUnfriendly',
+ 'is_friendly' => false,
288
289
290
'paging' => [
0 commit comments