We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 8c3bb90d authored by Luke Mills's avatar Luke Mills

Fixed more typos.

parent 2c82d9ff
......@@ -9,7 +9,7 @@ class EcomDev_PHPUnit_Helper
/**
* Helpers container
*
* @var EcomDev_PHPunit_Helper_Interface[]
* @var EcomDev_PHPUnit_Helper_Interface[]
*/
protected static $helpers = array();
......@@ -19,12 +19,12 @@ class EcomDev_PHPUnit_Helper
* If $position is specified, it will use value
* from before or after key as related helper
*
* @param EcomDev_PHPunit_Helper_Interface $helper
* @param EcomDev_PHPUnit_Helper_Interface $helper
* @param bool|array $position
*
* @throws RuntimeException
*/
public static function add(EcomDev_PHPunit_Helper_Interface $helper, $position = false)
public static function add(EcomDev_PHPUnit_Helper_Interface $helper, $position = false)
{
if ($position === false) {
self::$helpers[] = $helper;
......@@ -82,7 +82,7 @@ class EcomDev_PHPUnit_Helper
* if helper for action was not found it returns false
*
* @param $action
* @return bool|EcomDev_PHPunit_Helper_Interface
* @return bool|EcomDev_PHPUnit_Helper_Interface
*/
public static function getByAction($action)
{
......
......@@ -19,7 +19,7 @@
/**
* Base helper implementation
*/
abstract class EcomDev_PHPUnit_Helper_Abstract implements EcomDev_PHPunit_Helper_Interface
abstract class EcomDev_PHPUnit_Helper_Abstract implements EcomDev_PHPUnit_Helper_Interface
{
/**
* @var PHPUnit_Framework_TestCase
......
......@@ -7,7 +7,7 @@
* These methods are invoked when test setUp() or tearDown() is executed
*
*/
interface EcomDev_PHPUnit_Helper_Listener_Interface extends EcomDev_PHPunit_Helper_Interface
interface EcomDev_PHPUnit_Helper_Listener_Interface extends EcomDev_PHPUnit_Helper_Interface
{
public function setUp();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment