diff --git a/test/imdb.tests.php b/test/imdb.tests.php index 51dfa06..5de7ba9 100644 --- a/test/imdb.tests.php +++ b/test/imdb.tests.php @@ -75,7 +75,7 @@ echo '
Sites as URL: ' . $oIMDB->getSitesAsUrl('_blank') . '
'; echo 'Tagline: ' . $oIMDB->getTagline() . '
'; echo 'Title: ' . $oIMDB->getTitle() . '
'; - if ($oIMDB->getTrailerAsUrl() != 'n/A') { + if ($oIMDB->getTrailerAsUrl() != $oIMDB->strNotFound) { echo 'Trailer: ' . $oIMDB->getTrailerAsUrl() . '
'; } else {