mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 12:02:41 +00:00
Merge branch '2.0' into 2.0-merge
Conflicts: lib/Cake/Test/Case/Controller/ScaffoldTest.php lib/Cake/Test/Case/Model/ConnectionManagerTest.php lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php lib/Cake/Test/Case/Utility/SanitizeTest.php
This commit is contained in:
commit
2a39e6869c
8 changed files with 43 additions and 157 deletions
|
@ -366,7 +366,7 @@ class ScaffoldViewTest extends CakeTestCase {
|
|||
'action' => 'admin_add',
|
||||
'admin' => true
|
||||
));
|
||||
$Controller->plugin = 'test_plugin';
|
||||
$Controller->plugin = 'TestPlugin';
|
||||
|
||||
$ScaffoldView = new TestScaffoldView($Controller);
|
||||
$result = $ScaffoldView->testGetFilename('admin_add');
|
||||
|
@ -825,7 +825,8 @@ class ScaffoldTest extends CakeTestCase {
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testHabtmFieldAdditionWithScaffoldForm() {
|
||||
function testHabtmFieldAdditionWithScaffoldForm() {
|
||||
CakePlugin::unload();
|
||||
$params = array(
|
||||
'plugin' => null,
|
||||
'pass' => array(1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue