fix coding standards

This commit is contained in:
Ceeram 2012-11-21 15:39:03 +01:00
parent 27d7e2865e
commit eadc3a75e5
47 changed files with 161 additions and 163 deletions

View file

@ -352,7 +352,6 @@ class CakeTestCaseTest extends CakeTestCase {
* @return void
*/
public function testGetMockForModel() {
$Post = $this->getMockForModel('Post');
$this->assertInstanceOf('Post', $Post);
@ -372,7 +371,6 @@ class CakeTestCaseTest extends CakeTestCase {
* @return void
*/
public function testGetMockForModelWithPlugin() {
$TestPluginComment = $this->getMockForModel('TestPlugin.TestPluginComment');
$result = ClassRegistry::init('TestPlugin.TestPluginComment');