Skip to content

Commit ed2c565

Browse files
committed
fixed tests
1 parent 32a9b57 commit ed2c565

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [4.4.5] - 2022-09-06
9+
### Fixed
10+
- Updated oembed endpoints [#494]
11+
812
## [4.4.4] - 2022-04-13
913
### Fixed
1014
- Error getting data from Linked data [#481].
@@ -186,7 +190,9 @@ Full library refactoring.
186190
[#474]: https://github.com/oscarotero/Embed/issues/474
187191
[#480]: https://github.com/oscarotero/Embed/issues/480
188192
[#481]: https://github.com/oscarotero/Embed/issues/481
193+
[#494]: https://github.com/oscarotero/Embed/issues/494
189194

195+
[4.4.5]: https://github.com/oscarotero/Embed/compare/v4.4.4...v4.4.5
190196
[4.4.4]: https://github.com/oscarotero/Embed/compare/v4.4.3...v4.4.4
191197
[4.4.3]: https://github.com/oscarotero/Embed/compare/v4.4.2...v4.4.3
192198
[4.4.2]: https://github.com/oscarotero/Embed/compare/v4.4.1...v4.4.2

Diff for: tests/MultipleRequestsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function testParallel()
1919

2020
$this->assertCount(3, $infos);
2121
$this->assertEquals('https://oscarotero.com/', (string) $infos[0]->url);
22-
$this->assertEquals('Óscar Otero - Web designer and developer', $infos[0]->title);
22+
$this->assertEquals('Óscar Otero - Digital designer and developer', $infos[0]->title);
2323

2424
$this->assertEquals('https://github.com/oscarotero', $infos[1]->url);
2525
$this->assertEquals('oscarotero - Overview', $infos[1]->title);

0 commit comments

Comments
 (0)