Skip to content

Commit 4c4495b

Browse files
committed
rename unit repo and change license
1 parent 7dc29d7 commit 4c4495b

File tree

7 files changed

+24
-342
lines changed

7 files changed

+24
-342
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mr/feature-flags",
33
"description": "Allows developers to enable / disable features based on flags.",
44
"type": "wordpress-plugin",
5-
"license": "proprietary",
5+
"license": "MIT",
66
"repositories": [
77
{
88
"type": "vcs",

license

Lines changed: 21 additions & 339 deletions
Large diffs are not rendered by default.

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/units/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" failOnRisky="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/unit/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" failOnRisky="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
33
<coverage processUncoveredFiles="true">
44
<include>
55
<directory suffix=".php">./includes</directory>
66
</include>
77
</coverage>
88
<testsuites>
99
<testsuite name="unit">
10-
<directory suffix=".php">./tests/units/</directory>
10+
<directory suffix=".php">./tests/unit/</directory>
1111
</testsuite>
1212
</testsuites>
1313
</phpunit>

0 commit comments

Comments
 (0)