Skip to content

Commit

Permalink
MediaEmbed: removed unreliable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 31, 2017
1 parent 5921a6a commit 87237b8
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/Plugins/MediaEmbed/ParserTest.php
Expand Up @@ -1049,26 +1049,6 @@ function ($configurator)
$configurator->MediaEmbed->add('npr');
}
],
[
'http://www.nytimes.com/movies/movie/131154/Crooklyn/trailers',
'<r><NYTIMES id="100000003313949" url="http://www.nytimes.com/movies/movie/131154/Crooklyn/trailers">http://www.nytimes.com/movies/movie/131154/Crooklyn/trailers</NYTIMES></r>',
[],
function ($configurator)
{
$configurator->registeredVars['cacheDir'] = __DIR__ . '/../../.cache';
$configurator->MediaEmbed->add('nytimes');
}
],
[
'http://movies.nytimes.com/movie/131154/Crooklyn/trailers',
'<r><NYTIMES id="100000003313949" url="http://movies.nytimes.com/movie/131154/Crooklyn/trailers">http://movies.nytimes.com/movie/131154/Crooklyn/trailers</NYTIMES></r>',
[],
function ($configurator)
{
$configurator->registeredVars['cacheDir'] = __DIR__ . '/../../.cache';
$configurator->MediaEmbed->add('nytimes');
}
],
[
'http://plays.tv/s/Kt4onQhyyVyz',
'<r><PLAYSTV id="565683db95f139f47e" url="http://plays.tv/s/Kt4onQhyyVyz">http://plays.tv/s/Kt4onQhyyVyz</PLAYSTV></r>',
Expand Down

0 comments on commit 87237b8

Please sign in to comment.