Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e95b8d3

Browse files
fix CI error
1 parent 79a76db commit e95b8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/includes/usage-examples/FindOneTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public function testQBFindOne(): void
5454
->orderBy('_id')
5555
->first();
5656

57-
echo $movie['title'];
57+
echo $movie->title;
5858
// end-qb-find-one
5959

60-
$this->assertSame($movie['title'], 'The Shawshank Redemption');
60+
$this->assertSame($movie->title, 'The Shawshank Redemption');
6161
$this->expectOutputString('The Shawshank Redemption');
6262
}
6363
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /