Skip to content

Commit

Permalink
Use the new prophecy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo committed Jan 11, 2021
1 parent d4f631b commit cda38dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"laminas/laminas-coding-standard": "^2.1.4",
"laminas/laminas-config": "^3.4",
"laminas/laminas-http": "^2.14",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.3"
},
"suggest": {
Expand Down
3 changes: 3 additions & 0 deletions test/Wsdl/DefaultComplexTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use LaminasTest\Soap\TestAsset\WsdlTestClass;
use LaminasTest\Soap\WsdlTestHelper;
use Prophecy\Argument;
use Prophecy\PhpUnit\ProphecyTrait;
use ReflectionClass;
use ReflectionProperty;

Expand All @@ -22,6 +23,8 @@
*/
class DefaultComplexTypeTest extends WsdlTestHelper
{
use ProphecyTrait;

/**
* @var DefaultComplexType
*/
Expand Down

0 comments on commit cda38dc

Please sign in to comment.