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 * testValidateFirstWithDefaults method
* *
* return @void * @return void
*/ */
public function testFirstWithDefaults() { public function testFirstWithDefaults() {
$this->loadFixtures('Article', 'Tag', 'Comment', 'User', 'ArticlesTag'); $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 * testSaveAllFieldListHasMany method
* *
* return @void * @return void
*/ */
public function testSaveAllFieldListHasMany() { public function testSaveAllFieldListHasMany() {
$this->loadFixtures('Article', 'Comment'); $this->loadFixtures('Article', 'Comment');
Expand Down Expand Up @@ -6971,7 +6971,7 @@ public function testSaveAllDeepFieldListValidateBelongsTo() {
/** /**
* testSaveAllDeepFieldListHasMany method * testSaveAllDeepFieldListHasMany method
* *
* return @void * @return void
*/ */
public function testSaveAllDeepFieldListHasMany() { public function testSaveAllDeepFieldListHasMany() {
$this->loadFixtures('Article', 'Comment', 'User'); $this->loadFixtures('Article', 'Comment', 'User');
Expand Down Expand Up @@ -7014,7 +7014,7 @@ public function testSaveAllDeepFieldListHasMany() {
/** /**
* testSaveAllDeepHasManyBelongsTo method * testSaveAllDeepHasManyBelongsTo method
* *
* return @void * @return void
*/ */
public function testSaveAllDeepHasManyBelongsTo() { public function testSaveAllDeepHasManyBelongsTo() {
$this->loadFixtures('Article', 'Comment', 'User'); $this->loadFixtures('Article', 'Comment', 'User');
Expand Down Expand Up @@ -7066,7 +7066,7 @@ public function testSaveAllDeepHasManyBelongsTo() {
/** /**
* testSaveAllDeepHasManyhasMany method * testSaveAllDeepHasManyhasMany method
* *
* return @void * @return void
*/ */
public function testSaveAllDeepHasManyHasMany() { public function testSaveAllDeepHasManyHasMany() {
$this->loadFixtures('Article', 'Comment', 'User', 'Attachment'); $this->loadFixtures('Article', 'Comment', 'User', 'Attachment');
Expand Down Expand Up @@ -7122,7 +7122,7 @@ public function testSaveAllDeepHasManyHasMany() {
/** /**
* testSaveAllDeepOrderHasManyHasMany method * testSaveAllDeepOrderHasManyHasMany method
* *
* return @void * @return void
*/ */
public function testSaveAllDeepOrderHasManyHasMany() { public function testSaveAllDeepOrderHasManyHasMany() {
$this->loadFixtures('Article', 'Comment', 'User', 'Attachment'); $this->loadFixtures('Article', 'Comment', 'User', 'Attachment');
Expand Down Expand Up @@ -7159,7 +7159,7 @@ public function testSaveAllDeepOrderHasManyHasMany() {
/** /**
* testSaveAllDeepEmptyHasManyHasMany method * testSaveAllDeepEmptyHasManyHasMany method
* *
* return @void * @return void
*/ */
public function testSaveAllDeepEmptyHasManyHasMany() { public function testSaveAllDeepEmptyHasManyHasMany() {
$this->skipIf(!$this->db instanceof Mysql, 'This test is only compatible with Mysql.'); $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 * testUpdateAllBoolean
* *
* return @void * @return void
*/ */
public function testUpdateAllBoolean() { public function testUpdateAllBoolean() {
$this->loadFixtures('Item', 'Syfile', 'Portfolio', 'Image', 'ItemsPortfolio'); $this->loadFixtures('Item', 'Syfile', 'Portfolio', 'Image', 'ItemsPortfolio');
Expand All @@ -7212,7 +7212,7 @@ public function testUpdateAllBoolean() {
/** /**
* testUpdateAllBooleanConditions * testUpdateAllBooleanConditions
* *
* return @void * @return void
*/ */
public function testUpdateAllBooleanConditions() { public function testUpdateAllBooleanConditions() {
$this->loadFixtures('Item', 'Syfile', 'Portfolio', 'Image', 'ItemsPortfolio'); $this->loadFixtures('Item', 'Syfile', 'Portfolio', 'Image', 'ItemsPortfolio');
Expand All @@ -7229,7 +7229,7 @@ public function testUpdateAllBooleanConditions() {
/** /**
* testUpdateBoolean * testUpdateBoolean
* *
* return @void * @return void
*/ */
public function testUpdateBoolean() { public function testUpdateBoolean() {
$this->loadFixtures('Item', 'Syfile', 'Portfolio', 'Image', 'ItemsPortfolio'); $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 * @dataProvider invalidConnections
* @expectedException SocketException * @expectedException SocketException
* return void * @return void
*/ */
public function testInvalidConnection($data) { public function testInvalidConnection($data) {
$this->Socket->config = array_merge($this->Socket->config, $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 * @dataProvider invalidParseResponseDataProvider
* @expectedException SocketException * @expectedException SocketException
* return void * @return void
*/ */
public function testInvalidParseResponseData($value) { public function testInvalidParseResponseData($value) {
$this->HttpResponse->parseResponse($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() * Test get()
* *
* return void * @return void
*/ */
public function testGet() { public function testGet() {
$data = array('abc', 'def'); $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 * test build with a single empty tag
* *
* return void * @return void
*/ */
public function testBuildEmptyTag() { public function testBuildEmptyTag() {
try { try {
Expand Down

0 comments on commit 44952b0

Please sign in to comment.