diff --git a/src/Tests/JwPlayerConfigurationTest.php b/src/Tests/JwPlayerConfigurationTest.php index 9a8672f..13dd327 100644 --- a/src/Tests/JwPlayerConfigurationTest.php +++ b/src/Tests/JwPlayerConfigurationTest.php @@ -125,6 +125,7 @@ class JwPlayerConfigurationTest extends WebTestBase { $this->assertTrue(preg_match('/jwplayer-[a-zA-Z0-9]{1,}$/', $id)); // Check the library created because of cloud hosting. $this->assertRaw(''); + // @todo Add test for advertising. } /**