Ejegg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/141080

Change subject: Add DataValidatorTestCase to AllTests
......................................................................

Add DataValidatorTestCase to AllTests

Change-Id: I803e184e218cded68031dcce623d0557f0576593
---
M tests/AllTests.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/80/141080/1

diff --git a/tests/AllTests.php b/tests/AllTests.php
index ce259e6..5310d73 100644
--- a/tests/AllTests.php
+++ b/tests/AllTests.php
@@ -53,6 +53,7 @@
                $suite = new PHPUnit_Framework_TestSuite( 'Donation Interface 
Suite' );
 
                $suite->addTestSuite( 'DonationInterface_Adapter_AllTests' );
+               $suite->addTestSuite( 'DataValidatorTestCase' );
                $suite->addTestSuite( 'DonationInterface_DonationDataTestCase' 
);
                $suite->addTestSuite( 'DonationInterface_FormChooserTestCase' );
                $suite->addTestSuite( 'DonationInterface_IntegrationTestCase' );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I803e184e218cded68031dcce623d0557f0576593
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>

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

Reply via email to