mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fixed typo
This commit is contained in:
parent
028065e5db
commit
7d1c99a2b0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue