. */ /* */ /**********************************************************************************/ namespace Thelia\Coupon; use Thelia\Condition\ConditionOrganizer; /** * Created by JetBrains PhpStorm. * Date: 8/19/13 * Time: 3:24 PM * * Unit Test ConditionOrganizer Class * Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2013-11-17 at 18:59:24. * * @package Condition * @author Guillaume MOREL * */ class ConditionOrganizerTest extends \PHPUnit_Framework_TestCase { /** * @var ConditionOrganizer */ protected $object; /** * Sets up the fixture, for example, opens a network connection. * This method is called before a test is executed. */ protected function setUp() { $this->object = new ConditionOrganizer; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers Thelia\Coupon\RuleOrganizer::organize * @todo Implement testOrganize(). */ public function testOrganize() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }