jenkins-bot has submitted this change and it was merged.

Change subject: Rename "test" directory to "tests"
......................................................................


Rename "test" directory to "tests"

For consistency with all other libraries.

Change-Id: I4144b4c5c5fbb8a1fe456cfd33f9bce74f77b955
---
M .gitattributes
M phpunit.xml.dist
R tests/CdbTest.php
3 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.gitattributes b/.gitattributes
index 339bc21..8ccbe38 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,4 +7,4 @@
 doc export-ignore
 phpcs.xml export-ignore
 phpunit.xml.dist export-ignore
-test export-ignore
+tests export-ignore
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index a491d79..8cffd80 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -3,7 +3,7 @@
        beStrictAboutOutputDuringTests="true">
        <testsuites>
                <testsuite name="CDB Tests">
-                       <directory>./test</directory>
+                       <directory>./tests</directory>
                </testsuite>
        </testsuites>
        <filter>
diff --git a/test/CdbTest.php b/tests/CdbTest.php
similarity index 100%
rename from test/CdbTest.php
rename to tests/CdbTest.php

-- 
To view, visit https://gerrit.wikimedia.org/r/270115
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4144b4c5c5fbb8a1fe456cfd33f9bce74f77b955
Gerrit-PatchSet: 1
Gerrit-Project: cdb
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to