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 6d1eb5a commit 4a1c99fCopy full SHA for 4a1c99f
tests/GraphNodes/GraphNodeFactoryTest.php
@@ -258,22 +258,22 @@ public function testAGraphEdgeWillBeCastRecursively()
258
[
259
'id' => '1',
260
'name' => 'Sammy Kaye Powers',
261
- 'is_sexy' => true,
+ 'is_friendly' => true,
262
],
263
264
'id' => '2',
265
'name' => 'Yassine Guedidi',
266
267
268
269
'id' => '3',
270
'name' => 'Fosco Marotto',
271
272
273
274
'id' => '4',
275
- 'name' => 'Foo McUgly',
276
- 'is_sexy' => false,
+ 'name' => 'Foo McUnfriendly',
+ 'is_friendly' => false,
277
278
279
'paging' => [
0 commit comments