This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
cakephp
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix the failing test case.
Eric Büttner
12 years ago
parent
1e3865acc7
commit
8c319c7dbc
3 changed files
with
0 additions
and
6 deletions
Unified View
Show Diff Stats
0
2
lib/Cake/Test/bake_compare/Controller/NoActions.ctp
0
2
lib/Cake/Test/bake_compare/Controller/NoHelpersOrComponents.ctp
0
2
lib/Cake/Test/bake_compare/Controller/Scaffold.ctp
+ 0
- 2
lib/Cake/Test/bake_compare/Controller/NoActions.ctp
View File
@@ -1,7 +1,5 @@
<?php
<?php
-
App::uses('AppController', 'Controller');
App::uses('AppController', 'Controller');
-
/**
/**
* Articles Controller
* Articles Controller
*
*
+ 0
- 2
lib/Cake/Test/bake_compare/Controller/NoHelpersOrComponents.ctp
View File
@@ -1,7 +1,5 @@
<?php
<?php
-
App::uses('AppController', 'Controller');
App::uses('AppController', 'Controller');
-
/**
/**
* Articles Controller
* Articles Controller
*
*
+ 0
- 2
lib/Cake/Test/bake_compare/Controller/Scaffold.ctp
View File
@@ -1,7 +1,5 @@
<?php
<?php
-
App::uses('AppController', 'Controller');
App::uses('AppController', 'Controller');
-
/**
/**
* Articles Controller
* Articles Controller
*
*