for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Pronamic\WordPress\Pay\Gateways\Icepay;
/**
* Title: ICEPAY - Config test
* Description:
* Copyright: 2005-2019 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.0.0
*/
class ConfigTest extends \PHPUnit_Framework_TestCase {
public function test_config() {
$config = new Config();
$config
}