Fixed typo

This commit is contained in:
José Lorenzo Rodríguez 2011-07-13 13:12:44 -07:00
parent 028065e5db
commit 7d1c99a2b0

View file

@ -173,7 +173,7 @@ class MediaViewTest extends CakeTestCase {
$this->assertEqual($output, 'this is the test asset css file');
}
function testRenderUpperExtesnion() {
function testRenderUpperExtension() {
ob_start();
$this->MediaController->downloadUpper();
$this->MediaView =& new TestMediaView($this->MediaController);