Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Sep 25, 2015
1 parent 6eb9f65 commit 5d394cd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions composer-nette_2.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"require-dev": {
"php": ">=5.5.0",
"arachne/codeception": "~0.5.3",
"arachne/codeception": "~0.6.3",
"arachne/coding-style": "~0.3.0",
"codeception/codeception": "~2.0",
"codeception/mockery-module": "~0.2",
"codeception/codeception": "~2.1.0",
"codeception/mockery-module": "~0.2.2",
"enumag/application": "~0.3.5",
"mockery/mockery": "~0.9",
"nette/nette": "~2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"require-dev": {
"php": ">=5.5.0",
"arachne/codeception": "~0.5.3",
"arachne/codeception": "~0.6.3",
"arachne/coding-style": "~0.3.0",
"codeception/codeception": "~2.0",
"codeception/mockery-module": "~0.2",
"codeception/codeception": "~2.1.0",
"codeception/mockery-module": "~0.2.2",
"enumag/application": "~0.3.5",
"mockery/mockery": "~0.9",
"nette/application": "~2.3",
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/src/AllRuleHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Arachne\Verifier\Rules\All;
use Arachne\Verifier\Rules\AllRuleHandler;
use Arachne\Verifier\Verifier;
use Codeception\TestCase\Test;
use Codeception\MockeryModule\Test;
use Mockery;
use Mockery\MockInterface;
use Nette\Application\Request;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/src/AnnotationsRuleProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Tests\Unit;

use Arachne\Verifier\Annotations\AnnotationsRuleProvider;
use Codeception\TestCase\Test;
use Codeception\MockeryModule\Test;
use Doctrine\Common\Annotations\AnnotationReader;
use Mockery;
use ReflectionClass;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/src/EitherRuleHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Arachne\Verifier\Rules\Either;
use Arachne\Verifier\Rules\EitherRuleHandler;
use Arachne\Verifier\Verifier;
use Codeception\TestCase\Test;
use Codeception\MockeryModule\Test;
use Mockery;
use Mockery\MockInterface;
use Nette\Application\Request;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/src/VerifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Arachne\Verifier\RuleHandlerInterface;
use Arachne\Verifier\RuleProviderInterface;
use Arachne\Verifier\Verifier;
use Codeception\TestCase\Test;
use Codeception\MockeryModule\Test;
use Mockery;
use Mockery\Matcher\MatcherAbstract;
use Mockery\MockInterface;
Expand Down

0 comments on commit 5d394cd

Please sign in to comment.