Browse Source

Remove unused property.

ADmad 10 years ago
parent
commit
60520dc6d2
1 changed files with 0 additions and 7 deletions
  1. 0 7
      tests/TestCase/View/ViewTest.php

+ 0 - 7
tests/TestCase/View/ViewTest.php

@@ -43,13 +43,6 @@ class ViewPostsController extends Controller
     public $name = 'Posts';
 
     /**
-     * uses property
-     *
-     * @var mixed
-     */
-    public $uses = null;
-
-    /**
      * index method
      *
      * @return void