Skip to content

Commit

Permalink
Use WP_UnitTestCase class.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 12, 2016
1 parent 4749023 commit 759166c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/ConfigProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

class Pronamic_WP_Pay_Gateways_Buckaroo_ConfigProviderTest extends PHPUnit_Framework_TestCase {
class Pronamic_WP_Pay_Gateways_Buckaroo_ConfigProviderTest extends WP_UnitTestCase {
function test_gateway_factory() {
Pronamic_WP_Pay_ConfigProvider::register( 'buckaroo', 'Pronamic_WP_Pay_Gateways_Buckaroo_ConfigFactory' );

Expand Down
2 changes: 1 addition & 1 deletion tests/GatewayFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

class Pronamic_WP_Pay_Gateways_Buckaroo_GatewayFactoryTest extends PHPUnit_Framework_TestCase {
class Pronamic_WP_Pay_Gateways_Buckaroo_GatewayFactoryTest extends WP_UnitTestCase {
function test_gateway_factory() {
Pronamic_WP_Pay_GatewayFactory::register( 'Pronamic_WP_Pay_Gateways_Buckaroo_Config', 'Pronamic_WP_Pay_Gateways_Buckaroo_Gateway' );

Expand Down
2 changes: 1 addition & 1 deletion tests/SignatureSortingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Remco Tolsma
* @version 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_SignatureSortingTest extends PHPUnit_Framework_TestCase {
class Pronamic_WP_Pay_Gateways_Buckaroo_SignatureSortingTest extends WP_UnitTestCase {
/**
* Test signature sorting.
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/SignatureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Remco Tolsma
* @version 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_SignatureTest extends PHPUnit_Framework_TestCase {
class Pronamic_WP_Pay_Gateways_Buckaroo_SignatureTest extends WP_UnitTestCase {
/**
* Test get signature.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/StatusesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @version 1.0.0
* @see https://www.mollie.nl/support/documentatie/betaaldiensten/ideal/en/
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_StatusesTest extends PHPUnit_Framework_TestCase {
class Pronamic_WP_Pay_Gateways_Buckaroo_StatusesTest extends WP_UnitTestCase {
/**
* Test transform.
*
Expand Down

0 comments on commit 759166c

Please sign in to comment.