settermjd/podcast-site

View on GitHub
tests/acceptance/iTunesCept.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

$I = new AcceptanceTester($scenario);
$I->wantTo('Ensure that the redirect to the iTunes page works');

$page = new \Page\iTunes($I);
$page->testHomePage();