This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Nexway_Customer_Test_Controller_AccountController | |
extends EcomDev_PHPUnit_Test_Case_Controller | |
{ | |
/** | |
* @var int | |
*/ | |
const FAKE_USER_ID = 999999999; | |
public function setUp() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Mymodule_Annotation_Test_Model_Group extends EcomDev_PHPUnit_Test_Case | |
{ | |
/** | |
* @test | |
* @group mygroup | |
*/ | |
public function first() | |
{ | |
$this->assertTrue(true); | |
} |