Skip to content

Commit

Permalink
MediaEmbed: updated VK
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 2, 2024
1 parent fd42879 commit 4d84cce
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 25 deletions.
5 changes: 3 additions & 2 deletions docs/testdox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3818,7 +3818,7 @@ Configurable (s9e\TextFormatter\Tests\Configurator\Traits\Configurable)
[x] __get() throws a RuntimeException if the property does not exist
[x] __get($k) returns null if the property is null
[x] __set('foo', 'bar') calls setFoo('bar') if it exists
[x] __set() can create new properties
[ ] __set() can create new properties
[x] __set() can replace an instance of Foo with another instance of Foo
[x] __set() can replace an instance of Foo with an instance of FooPlus, which extends Foo
[x] __set() throws an exception if an instance of Foo would be replaced by an instance of Bar
Expand Down Expand Up @@ -6903,6 +6903,7 @@ Parser (s9e\TextFormatter\Tests\Plugins\MediaEmbed\Parser)
[x] Scraping tests with data set #56
[x] Scraping tests with data set #57
[x] Scraping tests with data set #58
[x] Scraping tests with data set #59
[x] Scraping+rendering tests with data set #0
[x] Scraping+rendering tests with data set #1
[x] Scraping+rendering tests with data set #2
Expand Down Expand Up @@ -7957,7 +7958,7 @@ Unformatted (s9e\TextFormatter\Tests\Renderers\Unformatted)
XSLT (s9e\TextFormatter\Tests\Renderers\XSLT)
[x] Is serializable
[x] Does not serialize the XSLTProcessor instance
[x] Preserves other properties during serialization
[ ] Preserves other properties during serialization
[x] setParameter() accepts values that contain both types of quotes but replaces ASCII character " with Unicode character 0xFF02 because of https://bugs.php.net/64137
[x] Does not output </embed> end tags
[x] Does not improperly replace single quotes inside attribute values
Expand Down
4 changes: 2 additions & 2 deletions src/Bundles/Forum.php

Large diffs are not rendered by default.

Loading

0 comments on commit 4d84cce

Please sign in to comment.