Skip to content

Commit

Permalink
Removed test that fails because of a missing third-party resource
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed May 17, 2021
1 parent 5df3c57 commit d7b5af5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions docs/testdox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5499,8 +5499,6 @@ Parser (s9e\TextFormatter\Tests\Plugins\MediaEmbed\Parser)
[x] Scraping tests with data set #59
[x] Scraping tests with data set #60
[x] Scraping tests with data set #61
[x] Scraping tests with data set #62
[x] Scraping tests with data set #63
[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
20 changes: 0 additions & 20 deletions tests/Plugins/MediaEmbed/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,26 +533,6 @@ public function getScrapingTests()
// $configurator->MediaEmbed->add('bleacherreport');
// }
// ],
[
'https://on-the-cuff.castos.com/podcasts/10156/episodes/frequently-asked-questions-on-mens-style',
'<r><CASTOS host="on-the-cuff" id="215060">https://on-the-cuff.castos.com/podcasts/10156/episodes/frequently-asked-questions-on-mens-style</CASTOS></r>',
[],
function ($configurator)
{
$configurator->registeredVars['cacheDir'] = __DIR__ . '/../../.cache';
$configurator->MediaEmbed->add('castos');
}
],
[
'https://on-the-cuff.castos.com/episodes/frequently-asked-questions-on-mens-style',
'<r><CASTOS host="on-the-cuff" id="215060">https://on-the-cuff.castos.com/episodes/frequently-asked-questions-on-mens-style</CASTOS></r>',
[],
function ($configurator)
{
$configurator->registeredVars['cacheDir'] = __DIR__ . '/../../.cache';
$configurator->MediaEmbed->add('castos');
}
],
// [
// 'http://www.cc.com/video-clips/uu5qz4/key-and-peele-dueling-hats',
// '<r><COMEDYCENTRAL id="mgid:arc:video:comedycentral.com:bc275e2f-48e3-46d9-b095-0254381497ea">http://www.cc.com/video-clips/uu5qz4/key-and-peele-dueling-hats</COMEDYCENTRAL></r>',
Expand Down

0 comments on commit d7b5af5

Please sign in to comment.