Skip to content

Commit c081436

Browse files
committed
Clean test classes
1 parent 6e4a8f3 commit c081436

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+95
-210
lines changed

tests/integration/Collection/AppendMessageCest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
namespace Phalcon\Incubator\MongoDB\Mvc\Test\Integration\Collection;
1515

1616
use IntegrationTester;
17+
use Phalcon\Incubator\MongoDB\Mvc\Collection\Exception;
1718
use Phalcon\Messages\MessageInterface;
1819
use Phalcon\Incubator\MongoDB\Test\Fixtures\Mvc\Collections\Robots;
1920
use Phalcon\Incubator\MongoDB\Test\Fixtures\Traits\DiTrait;
2021

21-
/**
22-
* Class AppendMessageCest
23-
*/
2422
class AppendMessageCest
2523
{
2624
use DiTrait;
@@ -36,6 +34,7 @@ public function _before()
3634
* Tests Phalcon\Mvc\Collection :: appendMessage()
3735
*
3836
* @param IntegrationTester $I
37+
* @throws Exception
3938
* @since 2018-11-13
4039
* @author Phalcon Team <[email protected]>
4140
*/

tests/integration/Collection/AssignCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
use Phalcon\Incubator\MongoDB\Test\Fixtures\Mvc\Collections\SuperRobots;
1919
use Phalcon\Incubator\MongoDB\Test\Fixtures\Traits\DiTrait;
2020

21-
/**
22-
* Class AssignCest
23-
*/
2421
class AssignCest
2522
{
2623
use DiTrait;

tests/integration/Collection/Behavior/ConstructCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use IntegrationTester;
1717

18-
/**
19-
* Class ConstructCest
20-
*/
2118
class ConstructCest
2219
{
2320
/**

tests/integration/Collection/Behavior/MissingMethodCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use IntegrationTester;
1717

18-
/**
19-
* Class MissingMethodCest
20-
*/
2118
class MissingMethodCest
2219
{
2320
/**

tests/integration/Collection/Behavior/NotifyCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use IntegrationTester;
1717

18-
/**
19-
* Class NotifyCest
20-
*/
2118
class NotifyCest
2219
{
2320
/**

tests/integration/Collection/Behavior/SoftDelete/ConstructCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use IntegrationTester;
1717

18-
/**
19-
* Class ConstructCest
20-
*/
2118
class ConstructCest
2219
{
2320
/**

tests/integration/Collection/Behavior/SoftDelete/MissingMethodCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use IntegrationTester;
1717

18-
/**
19-
* Class MissingMethodCest
20-
*/
2118
class MissingMethodCest
2219
{
2320
/**

tests/integration/Collection/Behavior/SoftDelete/NotifyCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use IntegrationTester;
1717

18-
/**
19-
* Class NotifyCest
20-
*/
2118
class NotifyCest
2219
{
2320
/**

tests/integration/Collection/Behavior/Timestampable/ConstructCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use IntegrationTester;
1717

18-
/**
19-
* Class ConstructCest
20-
*/
2118
class ConstructCest
2219
{
2320
/**

tests/integration/Collection/Behavior/Timestampable/MissingMethodCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
use IntegrationTester;
1717

18-
/**
19-
* Class MissingMethodCest
20-
*/
2118
class MissingMethodCest
2219
{
2320
/**

0 commit comments

Comments
 (0)