Skip to content

Commit 4d84cce

Browse files
committed
MediaEmbed: updated VK
1 parent fd42879 commit 4d84cce

File tree

6 files changed

+38
-25
lines changed

6 files changed

+38
-25
lines changed

docs/testdox.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3818,7 +3818,7 @@ Configurable (s9e\TextFormatter\Tests\Configurator\Traits\Configurable)
38183818
[x] __get() throws a RuntimeException if the property does not exist
38193819
[x] __get($k) returns null if the property is null
38203820
[x] __set('foo', 'bar') calls setFoo('bar') if it exists
3821-
[x] __set() can create new properties
3821+
[ ] __set() can create new properties
38223822
[x] __set() can replace an instance of Foo with another instance of Foo
38233823
[x] __set() can replace an instance of Foo with an instance of FooPlus, which extends Foo
38243824
[x] __set() throws an exception if an instance of Foo would be replaced by an instance of Bar
@@ -6903,6 +6903,7 @@ Parser (s9e\TextFormatter\Tests\Plugins\MediaEmbed\Parser)
69036903
[x] Scraping tests with data set #56
69046904
[x] Scraping tests with data set #57
69056905
[x] Scraping tests with data set #58
6906+
[x] Scraping tests with data set #59
69066907
[x] Scraping+rendering tests with data set #0
69076908
[x] Scraping+rendering tests with data set #1
69086909
[x] Scraping+rendering tests with data set #2
@@ -7957,7 +7958,7 @@ Unformatted (s9e\TextFormatter\Tests\Renderers\Unformatted)
79577958
XSLT (s9e\TextFormatter\Tests\Renderers\XSLT)
79587959
[x] Is serializable
79597960
[x] Does not serialize the XSLTProcessor instance
7960-
[x] Preserves other properties during serialization
7961+
[ ] Preserves other properties during serialization
79617962
[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
79627963
[x] Does not output </embed> end tags
79637964
[x] Does not improperly replace single quotes inside attribute values

src/Bundles/Forum.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)