Browse Source

Removed unused test file.

ADmad 11 years ago
parent
commit
156cdc26a4
1 changed files with 0 additions and 18 deletions
  1. 0 18
      tests/bake_compare/Controller/NoHelpersOrComponents.ctp

+ 0 - 18
tests/bake_compare/Controller/NoHelpersOrComponents.ctp

@@ -1,18 +0,0 @@
-<?php
-App::uses('AppController', 'Controller');
-/**
- * Articles Controller
- *
- * @property Article $Article
- * @property PaginatorComponent $Paginator
- */
-class ArticlesController extends AppController {
-
-/**
- * Components
- *
- * @var array
- */
-	public $components = array('Paginator');
-
-}