Fix generated unit test stub files
This commit is contained in:
@@ -37,10 +37,6 @@ namespace Thelia\Coupon;
|
|||||||
*/
|
*/
|
||||||
class BaseFacadeTest extends \PHPUnit_Framework_TestCase
|
class BaseFacadeTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @var BaseFacade
|
|
||||||
*/
|
|
||||||
protected $object;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
* Sets up the fixture, for example, opens a network connection.
|
||||||
@@ -48,7 +44,6 @@ class BaseFacadeTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
$this->object = new BaseFacade;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -45,10 +45,6 @@ use Thelia\Model\CurrencyQuery;
|
|||||||
*/
|
*/
|
||||||
class CouponFactoryTest extends \PHPUnit_Framework_TestCase
|
class CouponFactoryTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @var CouponFactory
|
|
||||||
*/
|
|
||||||
protected $object;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
* Sets up the fixture, for example, opens a network connection.
|
||||||
|
|||||||
@@ -37,10 +37,6 @@ namespace Thelia\Coupon;
|
|||||||
*/
|
*/
|
||||||
class CouponManagerTest extends \PHPUnit_Framework_TestCase
|
class CouponManagerTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @var CouponManager
|
|
||||||
*/
|
|
||||||
protected $object;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
* Sets up the fixture, for example, opens a network connection.
|
||||||
@@ -48,7 +44,6 @@ class CouponManagerTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
$this->object = new CouponManager;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -37,10 +37,6 @@ namespace Thelia\Coupon\Type;
|
|||||||
*/
|
*/
|
||||||
class CouponAbstractTest extends \PHPUnit_Framework_TestCase
|
class CouponAbstractTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @var CouponAbstract
|
|
||||||
*/
|
|
||||||
protected $object;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
* Sets up the fixture, for example, opens a network connection.
|
||||||
@@ -48,7 +44,6 @@ class CouponAbstractTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
// $this->object = new CouponAbstract();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -37,10 +37,6 @@ namespace Thelia\Coupon\Type;
|
|||||||
*/
|
*/
|
||||||
class RemoveXAmountTest extends \PHPUnit_Framework_TestCase
|
class RemoveXAmountTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @var RemoveXAmount
|
|
||||||
*/
|
|
||||||
protected $object;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
* Sets up the fixture, for example, opens a network connection.
|
||||||
@@ -48,7 +44,6 @@ class RemoveXAmountTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
// $this->object = new RemoveXAmount;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -37,10 +37,6 @@ namespace Thelia\Coupon\Type;
|
|||||||
*/
|
*/
|
||||||
class RemoveXPercentTest extends \PHPUnit_Framework_TestCase
|
class RemoveXPercentTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @var RemoveXPercent
|
|
||||||
*/
|
|
||||||
protected $object;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
* Sets up the fixture, for example, opens a network connection.
|
||||||
@@ -48,7 +44,6 @@ class RemoveXPercentTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
// $this->object = new RemoveXPercent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user