Skip to content

Commit

Permalink
Move validator tests to the integration suite and remove the PclZip d…
Browse files Browse the repository at this point in the history
…ependency. Fixes #149

WordPress uses a patched version of PclZip and in certain situations the
development dependency that was used for tests could cause issues.
  • Loading branch information
bradyvercher committed Feb 11, 2021
1 parent 7d1f16a commit de04646
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"brain/monkey": "^2.2",
"cedaro/wp-test-suite": "dev-develop",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"pclzip/pclzip": "^2.8",
"phpcompatibility/phpcompatibility-wp": "^2",
"phpunit/phpunit": "^7.5",
"roave/security-advisories": "dev-master",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare ( strict_types = 1 );

namespace SatisPress\Test\Unit\Validator;
namespace SatisPress\Test\Integration\Validator;

use SatisPress\Exception\InvalidPackageArtifact;
use SatisPress\Release;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare ( strict_types = 1 );

namespace SatisPress\Test\Unit\Validator;
namespace SatisPress\Test\Integration\Validator;

use SatisPress\Exception\InvalidPackageArtifact;
use SatisPress\PackageType\Plugin;
Expand Down

0 comments on commit de04646

Please sign in to comment.