for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByTIC\Payments\Mobilpay\Tests\Fixtures\Records\PaymentMethods;
use ByTIC\Payments\Models\Methods\Traits\RecordsTrait;
use Nip\Records\RecordManager;
use Nip\Utility\Traits\SingletonTrait;
/**
* Class PaymentMethods
* @package ByTIC\Payments\Tests\Fixtures\Records\PaymentMethods
*/
class PaymentMethods extends RecordManager
{
use SingletonTrait;
use RecordsTrait;
public function getBasePathForMedia()
return TEST_FIXTURE_PATH . '/files/';
}