for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: sarichardson
* Date: 01/12/2015
* Time: 10:29
*/
namespace Richdynamix\PersonalisedProducts\Tests\Block\Product\ProductList;
class UpsellTest extends \PHPUnit_Framework_TestCase
{
public function testIsEnabled()
$foo = true;
$this->assertTrue($foo);
}