Skip to content

Commit

Permalink
test(main): improvements in base file to tests is more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianneto committed Sep 2, 2016
1 parent 33befe7 commit eba6ff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/PodcastCrawlerBaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ abstract class PodcastCrawlerBaseTest extends PHPUnit
/**
* @var string TERM
*/
const TERM = 'jovem';
const TERM = 'jovem nerd';

/**
* @var int ID
*/
const ID = 381816509;
const ID = 1103141552;

/**
* @var string SEARCH_URL
Expand All @@ -24,7 +24,7 @@ abstract class PodcastCrawlerBaseTest extends PHPUnit
/**
* @var string LOOKUP_URL
*/
const LOOKUP_URL = 'https://itunes.apple.com/lookup?id=381816509&limit=15&entity=podcast&media=podcast';
const LOOKUP_URL = 'https://itunes.apple.com/lookup?id=1103141552&limit=15&entity=podcast&media=podcast';

/**
* @var string RSS_URL
Expand Down

0 comments on commit eba6ff6

Please sign in to comment.