Skip to content

Commit

Permalink
Fixed or removed some package/subpackage definitions to reflect direc…
Browse files Browse the repository at this point in the history
…tory structure

Lowercase cake instead of Cake
Tests instead of Test
Fixtures instead of Fixture
  • Loading branch information
ravage84 committed May 29, 2013
1 parent 5c38b7e commit 29cc6b3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Console/cake
Expand Up @@ -13,7 +13,7 @@
#
# @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
# @link http://cakephp.org CakePHP(tm) Project
# @package cake.Console
# @package Cake.Console
# @since CakePHP(tm) v 1.2.0.5012
# @license MIT License (http://www.opensource.org/licenses/mit-license.php)
#
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/cake.bat
Expand Up @@ -11,7 +11,7 @@
::
:: @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
:: @link http://cakephp.org CakePHP(tm) Project
:: @package cake.console
:: @package Cake.Console
:: @since CakePHP(tm) v 1.2.0.5012
:: @license MIT License (http://www.opensource.org/licenses/mit-license.php)
::
Expand Down
12 changes: 0 additions & 12 deletions lib/Cake/Test/Case/View/Helper/FormHelperTest.php
Expand Up @@ -30,7 +30,6 @@
/**
* ContactTestController class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class ContactTestController extends Controller {
Expand All @@ -46,7 +45,6 @@ class ContactTestController extends Controller {
/**
* Contact class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class Contact extends CakeTestModel {
Expand Down Expand Up @@ -138,7 +136,6 @@ public function setSchema($schema) {
/**
* ContactTagsContact class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class ContactTagsContact extends CakeTestModel {
Expand Down Expand Up @@ -176,7 +173,6 @@ public function setSchema($schema) {
/**
* ContactNonStandardPk class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class ContactNonStandardPk extends Contact {
Expand Down Expand Up @@ -205,7 +201,6 @@ public function schema($field = false) {
/**
* ContactTag class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class ContactTag extends Model {
Expand Down Expand Up @@ -233,7 +228,6 @@ class ContactTag extends Model {
/**
* UserForm class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class UserForm extends CakeTestModel {
Expand Down Expand Up @@ -274,7 +268,6 @@ class UserForm extends CakeTestModel {
/**
* OpenidUrl class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class OpenidUrl extends CakeTestModel {
Expand Down Expand Up @@ -330,7 +323,6 @@ public function beforeValidate($options = array()) {
/**
* ValidateUser class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class ValidateUser extends CakeTestModel {
Expand Down Expand Up @@ -380,7 +372,6 @@ public function beforeValidate($options = array()) {
/**
* ValidateProfile class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class ValidateProfile extends CakeTestModel {
Expand Down Expand Up @@ -440,7 +431,6 @@ public function beforeValidate($options = array()) {
/**
* ValidateItem class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class ValidateItem extends CakeTestModel {
Expand Down Expand Up @@ -490,7 +480,6 @@ public function beforeValidate($options = array()) {
/**
* TestMail class
*
* @package cake
* @package Cake.Test.Case.View.Helper
*/
class TestMail extends CakeTestModel {
Expand All @@ -507,7 +496,6 @@ class TestMail extends CakeTestModel {
/**
* FormHelperTest class
*
* @package cake
* @subpackage Cake.Test.Case.View.Helper
* @property FormHelper $Form
*/
Expand Down
6 changes: 2 additions & 4 deletions lib/Cake/Test/Fixture/DomainFixture.php
Expand Up @@ -12,17 +12,15 @@
*
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
* @package cake
* @subpackage cake.tests.fixtures
* @package Cake.Test.Fixture
* @since CakePHP(tm) v 2.1
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/

/**
* Short description for class.
*
* @package cake
* @subpackage cake.tests.fixtures
* @package Cake.Test.Fixture
*/
class DomainFixture extends CakeTestFixture {

Expand Down
6 changes: 2 additions & 4 deletions lib/Cake/Test/Fixture/DomainsSiteFixture.php
Expand Up @@ -12,17 +12,15 @@
*
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
* @package cake
* @subpackage cake.tests.fixtures
* @package Cake.Test.Fixture
* @since CakePHP(tm) v 2.1
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/

/**
* Short description for class.
*
* @package cake
* @subpackage cake.tests.fixtures
* @package Cake.Test.Fixture
*/
class DomainsSiteFixture extends CakeTestFixture {

Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Test/Fixture/PrefixTestFixture.php
Expand Up @@ -13,7 +13,6 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
* @package Cake.Test.Fixture
* @subpackage cake.tests.fixtures
* @since CakePHP(tm) v 1.2.0.4667
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
Expand All @@ -22,7 +21,6 @@
* Short description for class.
*
* @package Cake.Test.Fixture
* @subpackage cake.tests.fixtures
*/
class PrefixTestFixture extends CakeTestFixture {

Expand Down
6 changes: 2 additions & 4 deletions lib/Cake/Test/Fixture/SiteFixture.php
Expand Up @@ -12,17 +12,15 @@
*
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
* @package cake
* @subpackage cake.tests.fixtures
* @package Cake.Test.Fixture
* @since CakePHP(tm) v 2.1
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/

/**
* Short description for class.
*
* @package cake
* @subpackage cake.tests.fixtures
* @package Cake.Test.Fixture
*/
class SiteFixture extends CakeTestFixture {

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/VERSION.txt
Expand Up @@ -12,7 +12,7 @@
//
// @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
// @link http://cakephp.org
// @package cake.libs
// @package Cake
// @since CakePHP(tm) v 0.2.9
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ //
Expand Down

0 comments on commit 29cc6b3

Please sign in to comment.