Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 2, 2014
1 parent 9971545 commit 44952b0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Model/ModelValidationTest.php
Expand Up @@ -2050,7 +2050,7 @@ public function testValidateFirstAssociatedWithBeforeValidate() {
/**
* testValidateFirstWithDefaults method
*
* return @void
* @return void
*/
public function testFirstWithDefaults() {
$this->loadFixtures('Article', 'Tag', 'Comment', 'User', 'ArticlesTag');
Expand Down
18 changes: 9 additions & 9 deletions lib/Cake/Test/Case/Model/ModelWriteTest.php
Expand Up @@ -6784,7 +6784,7 @@ public function testSaveAllFieldListValidateBelongsTo() {
/**
* testSaveAllFieldListHasMany method
*
* return @void
* @return void
*/
public function testSaveAllFieldListHasMany() {
$this->loadFixtures('Article', 'Comment');
Expand Down Expand Up @@ -6971,7 +6971,7 @@ public function testSaveAllDeepFieldListValidateBelongsTo() {
/**
* testSaveAllDeepFieldListHasMany method
*
* return @void
* @return void
*/
public function testSaveAllDeepFieldListHasMany() {
$this->loadFixtures('Article', 'Comment', 'User');
Expand Down Expand Up @@ -7014,7 +7014,7 @@ public function testSaveAllDeepFieldListHasMany() {
/**
* testSaveAllDeepHasManyBelongsTo method
*
* return @void
* @return void
*/
public function testSaveAllDeepHasManyBelongsTo() {
$this->loadFixtures('Article', 'Comment', 'User');
Expand Down Expand Up @@ -7066,7 +7066,7 @@ public function testSaveAllDeepHasManyBelongsTo() {
/**
* testSaveAllDeepHasManyhasMany method
*
* return @void
* @return void
*/
public function testSaveAllDeepHasManyHasMany() {
$this->loadFixtures('Article', 'Comment', 'User', 'Attachment');
Expand Down Expand Up @@ -7122,7 +7122,7 @@ public function testSaveAllDeepHasManyHasMany() {
/**
* testSaveAllDeepOrderHasManyHasMany method
*
* return @void
* @return void
*/
public function testSaveAllDeepOrderHasManyHasMany() {
$this->loadFixtures('Article', 'Comment', 'User', 'Attachment');
Expand Down Expand Up @@ -7159,7 +7159,7 @@ public function testSaveAllDeepOrderHasManyHasMany() {
/**
* testSaveAllDeepEmptyHasManyHasMany method
*
* return @void
* @return void
*/
public function testSaveAllDeepEmptyHasManyHasMany() {
$this->skipIf(!$this->db instanceof Mysql, 'This test is only compatible with Mysql.');
Expand Down Expand Up @@ -7197,7 +7197,7 @@ public function testSaveAllDeepEmptyHasManyHasMany() {
/**
* testUpdateAllBoolean
*
* return @void
* @return void
*/
public function testUpdateAllBoolean() {
$this->loadFixtures('Item', 'Syfile', 'Portfolio', 'Image', 'ItemsPortfolio');
Expand All @@ -7212,7 +7212,7 @@ public function testUpdateAllBoolean() {
/**
* testUpdateAllBooleanConditions
*
* return @void
* @return void
*/
public function testUpdateAllBooleanConditions() {
$this->loadFixtures('Item', 'Syfile', 'Portfolio', 'Image', 'ItemsPortfolio');
Expand All @@ -7229,7 +7229,7 @@ public function testUpdateAllBooleanConditions() {
/**
* testUpdateBoolean
*
* return @void
* @return void
*/
public function testUpdateBoolean() {
$this->loadFixtures('Item', 'Syfile', 'Portfolio', 'Image', 'ItemsPortfolio');
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Network/CakeSocketTest.php
Expand Up @@ -118,7 +118,7 @@ public static function invalidConnections() {
*
* @dataProvider invalidConnections
* @expectedException SocketException
* return void
* @return void
*/
public function testInvalidConnection($data) {
$this->Socket->config = array_merge($this->Socket->config, $data);
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Network/Http/HttpResponseTest.php
Expand Up @@ -355,7 +355,7 @@ public static function invalidParseResponseDataProvider() {
*
* @dataProvider invalidParseResponseDataProvider
* @expectedException SocketException
* return void
* @return void
*/
public function testInvalidParseResponseData($value) {
$this->HttpResponse->parseResponse($value);
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/HashTest.php
Expand Up @@ -174,7 +174,7 @@ public static function userData() {
/**
* Test get()
*
* return void
* @return void
*/
public function testGet() {
$data = array('abc', 'def');
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/XmlTest.php
Expand Up @@ -206,7 +206,7 @@ public function testBuildInvalidDataSimpleXml() {
/**
* test build with a single empty tag
*
* return void
* @return void
*/
public function testBuildEmptyTag() {
try {
Expand Down

0 comments on commit 44952b0

Please sign in to comment.