mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +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');
|
$this->assertEqual($output, 'this is the test asset css file');
|
||||||
}
|
}
|
||||||
|
|
||||||
function testRenderUpperExtesnion() {
|
function testRenderUpperExtension() {
|
||||||
ob_start();
|
ob_start();
|
||||||
$this->MediaController->downloadUpper();
|
$this->MediaController->downloadUpper();
|
||||||
$this->MediaView =& new TestMediaView($this->MediaController);
|
$this->MediaView =& new TestMediaView($this->MediaController);
|
||||||
|
|
Loading…
Add table
Reference in a new issue