for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByTIC\Payments\Tests\Models\PurchaseSessions;
use ByTIC\Payments\Models\PurchaseSessions\PurchaseSessions;
use ByTIC\Payments\Tests\AbstractTestCase;
/**
* Class PaymentsAssetsTest
* @package ByTIC\Payments\Tests\Utility
*/
class PurchaseSessionsTest extends AbstractTestCase
{
public function test_getController()
self::assertSame('purchase_sessions', PurchaseSessions::instance()->getController());
}