Skip to content

Commit

Permalink
remove @access and unnecessary $name
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jul 8, 2013
1 parent 0555895 commit a643295
Show file tree
Hide file tree
Showing 136 changed files with 0 additions and 881 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Console/Command/TestShell.php
Expand Up @@ -338,7 +338,6 @@ public function available() {
* @param string $file
* @param string $category
* @param boolean $throwOnMissingFile
* @access protected
* @return array array(type, case)
* @throws Exception
*/
Expand Down Expand Up @@ -414,7 +413,6 @@ protected function _mapFileToCase($file, $category, $throwOnMissingFile = true)
* For the given file, what category of test is it? returns app, core or the name of the plugin
*
* @param string $file
* @access protected
* @return string
*/
protected function _mapFileToCategory($file) {
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Model/Datasource/DataSource.php
Expand Up @@ -415,7 +415,6 @@ public function resolveKey(Model $model, $key) {
* Returns the schema name. Override this in subclasses.
*
* @return string schema name
* @access public
*/
public function getSchemaName() {
return null;
Expand All @@ -425,7 +424,6 @@ public function getSchemaName() {
* Closes a connection. Override in subclasses
*
* @return boolean
* @access public
*/
public function close() {
return $this->connected = false;
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Model/Model.php
Expand Up @@ -95,7 +95,6 @@ class Model extends Object implements CakeEventListener {
* Holds physical schema/database name for this model. Automatically set during Model creation.
*
* @var string
* @access public
*/
public $schemaName = null;

Expand Down
3 changes: 0 additions & 3 deletions lib/Cake/Test/Case/Core/ObjectTest.php
Expand Up @@ -49,14 +49,12 @@ class RequestActionController extends Controller {
* uses property
*
* @var array
* @access public
*/
public $uses = array('RequestActionPost');

/**
* test_request_action method
*
* @access public
* @return void
*/
public function test_request_action() {
Expand All @@ -68,7 +66,6 @@ public function test_request_action() {
*
* @param mixed $id
* @param mixed $other
* @access public
* @return void
*/
public function another_ra_test($id, $other) {
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Model/CakeSchemaTest.php
Expand Up @@ -533,7 +533,6 @@ public function testSchemaRead() {
/**
* testSchemaReadWithAppModel method
*
* @access public
* @return void
*/
public function testSchemaReadWithAppModel() {
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Model/ModelIntegrationTest.php
Expand Up @@ -239,7 +239,6 @@ public function testDynamicBehaviorAttachment() {
/**
* testFindWithJoinsOption method
*
* @access public
* @return void
*/
public function testFindWithJoinsOption() {
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Test/Case/Model/ModelWriteTest.php
Expand Up @@ -63,7 +63,6 @@ public function testInsertNoData() {
/**
* testInsertAnotherHabtmRecordWithSameForeignKey method
*
* @access public
* @return void
*/
public function testInsertAnotherHabtmRecordWithSameForeignKey() {
Expand Down Expand Up @@ -511,7 +510,6 @@ public function testSaveWithCounterCacheScope() {
/**
* Tests having multiple counter caches for an associated model
*
* @access public
* @return void
*/
public function testCounterCacheMultipleCaches() {
Expand Down
3 changes: 0 additions & 3 deletions lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php
Expand Up @@ -39,23 +39,20 @@ class AppController extends Controller {
* helpers property
*
* @var array
* @access public
*/
public $helpers = array('Html');

/**
* uses property
*
* @var array
* @access public
*/
public $uses = array('ControllerPost');

/**
* components property
*
* @var array
* @access public
*/
public $components = array('Cookie');

Expand Down
3 changes: 0 additions & 3 deletions lib/Cake/Test/Case/View/Helper/FormHelperTest.php
Expand Up @@ -779,7 +779,6 @@ public function testTextFieldGenerationForFloats() {
/**
* Tests correct generation of number fields for integer fields
*
* @access public
* @return void
*/
public function testTextFieldTypeNumberGenerationForIntegers() {
Expand Down Expand Up @@ -1525,7 +1524,6 @@ public function testPasswordValidation() {
/**
* Test validation errors, when validation message is an empty string.
*
* @access public
* @return void
*/
public function testEmptyErrorValidation() {
Expand Down Expand Up @@ -1566,7 +1564,6 @@ public function testEmptyErrorValidation() {
/**
* Test validation errors, when calling input() overriding validation message by an empty string.
*
* @access public
* @return void
*/
public function testEmptyInputErrorValidation() {
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AccountFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class AccountFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'Aco'
*/
public $name = 'Account';

public $table = 'Accounts';

/**
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AcoActionFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class AcoActionFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'AcoAction'
*/
public $name = 'AcoAction';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AcoFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class AcoFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'Aco'
*/
public $name = 'Aco';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AcoTwoFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class AcoTwoFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'AcoTwo'
*/
public $name = 'AcoTwo';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AdFixture.php
Expand Up @@ -26,13 +26,6 @@
*/
class AdFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'Ad'
*/
public $name = 'Ad';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AdvertisementFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class AdvertisementFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'Advertisement'
*/
public $name = 'Advertisement';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AfterTreeFixture.php
Expand Up @@ -26,13 +26,6 @@
*/
class AfterTreeFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'AfterTree'
*/
public $name = 'AfterTree';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AnotherArticleFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class AnotherArticleFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'AnotherArticle'
*/
public $name = 'AnotherArticle';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AppleFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class AppleFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'Apple'
*/
public $name = 'Apple';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/ArmorFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class ArmorFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'Armor'
*/
public $name = 'Armor';

/**
* Datasource
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/ArmorsPlayerFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class ArmorsPlayerFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'ArmorsPlayer'
*/
public $name = 'ArmorsPlayer';

/**
* Datasource
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AroFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class AroFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'Aro'
*/
public $name = 'Aro';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/AroTwoFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class AroTwoFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'AroTwo'
*/
public $name = 'AroTwo';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/ArosAcoFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class ArosAcoFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'ArosAco'
*/
public $name = 'ArosAco';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/ArosAcoTwoFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class ArosAcoTwoFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'ArosAcoTwo'
*/
public $name = 'ArosAcoTwo';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/ArticleFeaturedFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class ArticleFeaturedFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'ArticleFeatured'
*/
public $name = 'ArticleFeatured';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class ArticleFeaturedsTagsFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'ArticleFeaturedsTags'
*/
public $name = 'ArticleFeaturedsTags';

/**
* fields property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Test/Fixture/ArticleFixture.php
Expand Up @@ -25,13 +25,6 @@
*/
class ArticleFixture extends CakeTestFixture {

/**
* name property
*
* @var string 'Article'
*/
public $name = 'Article';

/**
* fields property
*
Expand Down

0 comments on commit a643295

Please sign in to comment.