cs TemplateMethod

This commit is contained in:
Dominik Liebler
2013-09-12 11:27:01 +02:00
parent 1c9a83bea1
commit efd71b48e1
4 changed files with 23 additions and 31 deletions

View File

@@ -23,7 +23,7 @@ class JourneyTest extends \PHPUnit_Framework_TestCase
public function testCity()
{
$journey = new TemplateMethod\CityJouney();
$journey = new TemplateMethod\CityJourney();
$this->expectOutputRegex('#drink#');
$journey->takeATrip();
}