Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EcomDev_PHPUnit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Open
EcomDev_PHPUnit
Commits
1fd79035
Commit
1fd79035
authored
Feb 02, 2012
by
Ivan Chepurnyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
! Updated License header with legal entity and year
parent
6da9ba41
Changes
52
Hide whitespace changes
Inline
Side-by-side
Showing
52 changed files
with
52 additions
and
52 deletions
+52
-52
app/code/community/EcomDev/PHPUnit/Controller/Front.php
app/code/community/EcomDev/PHPUnit/Controller/Front.php
+1
-1
app/code/community/EcomDev/PHPUnit/Controller/Request/Http.php
...ode/community/EcomDev/PHPUnit/Controller/Request/Http.php
+1
-1
app/code/community/EcomDev/PHPUnit/Controller/Response/Http.php
...de/community/EcomDev/PHPUnit/Controller/Response/Http.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/App.php
app/code/community/EcomDev/PHPUnit/Model/App.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/App/Area.php
app/code/community/EcomDev/PHPUnit/Model/App/Area.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Config.php
app/code/community/EcomDev/PHPUnit/Model/Config.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Expectation/Interface.php
...community/EcomDev/PHPUnit/Model/Expectation/Interface.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Expectation/Object.php
...de/community/EcomDev/PHPUnit/Model/Expectation/Object.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Fixture.php
app/code/community/EcomDev/PHPUnit/Model/Fixture.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Fixture/Interface.php
...ode/community/EcomDev/PHPUnit/Model/Fixture/Interface.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Layout.php
app/code/community/EcomDev/PHPUnit/Model/Layout.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture.php
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Abstract.php
...ity/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Abstract.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Catalog/Abstract.php
...Dev/PHPUnit/Model/Mysql4/Fixture/Eav/Catalog/Abstract.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Catalog/Category.php
...Dev/PHPUnit/Model/Mysql4/Fixture/Eav/Catalog/Category.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Catalog/Product.php
...mDev/PHPUnit/Model/Mysql4/Fixture/Eav/Catalog/Product.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Default.php
...nity/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Default.php
+1
-1
app/code/community/EcomDev/PHPUnit/Model/Test/Loadable/Interface.php
...mmunity/EcomDev/PHPUnit/Model/Test/Loadable/Interface.php
+1
-1
app/code/community/EcomDev/PHPUnit/Test/Case.php
app/code/community/EcomDev/PHPUnit/Test/Case.php
+1
-1
app/code/community/EcomDev/PHPUnit/Test/Case/Config.php
app/code/community/EcomDev/PHPUnit/Test/Case/Config.php
+1
-1
app/code/community/EcomDev/PHPUnit/Test/Case/Controller.php
app/code/community/EcomDev/PHPUnit/Test/Case/Controller.php
+1
-1
app/code/community/EcomDev/PHPUnit/Test/Suite.php
app/code/community/EcomDev/PHPUnit/Test/Suite.php
+1
-1
app/code/community/EcomDev/PHPUnit/Test/Suite/Group.php
app/code/community/EcomDev/PHPUnit/Test/Suite/Group.php
+1
-1
app/code/community/EcomDev/PHPUnit/etc/config.xml
app/code/community/EcomDev/PHPUnit/etc/config.xml
+1
-1
lib/EcomDev/PHPUnit/Constraint/Abstract.php
lib/EcomDev/PHPUnit/Constraint/Abstract.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Config.php
lib/EcomDev/PHPUnit/Constraint/Config.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Config/Abstract.php
lib/EcomDev/PHPUnit/Constraint/Config/Abstract.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Config/EventObserver.php
lib/EcomDev/PHPUnit/Constraint/Config/EventObserver.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Config/Interface.php
lib/EcomDev/PHPUnit/Constraint/Config/Interface.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Config/Layout.php
lib/EcomDev/PHPUnit/Constraint/Config/Layout.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Config/Module.php
lib/EcomDev/PHPUnit/Constraint/Config/Module.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Config/Node.php
lib/EcomDev/PHPUnit/Constraint/Config/Node.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Config/Resource.php
lib/EcomDev/PHPUnit/Constraint/Config/Resource.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Config/Resource/Script.php
lib/EcomDev/PHPUnit/Constraint/Config/Resource/Script.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Controller/Request.php
lib/EcomDev/PHPUnit/Constraint/Controller/Request.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Controller/Response/Abstract.php
...omDev/PHPUnit/Constraint/Controller/Response/Abstract.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Controller/Response/Body.php
lib/EcomDev/PHPUnit/Constraint/Controller/Response/Body.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Controller/Response/Header.php
...EcomDev/PHPUnit/Constraint/Controller/Response/Header.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Exception.php
lib/EcomDev/PHPUnit/Constraint/Exception.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Json.php
lib/EcomDev/PHPUnit/Constraint/Json.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Layout.php
lib/EcomDev/PHPUnit/Constraint/Layout.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Layout/Abstract.php
lib/EcomDev/PHPUnit/Constraint/Layout/Abstract.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Layout/Block.php
lib/EcomDev/PHPUnit/Constraint/Layout/Block.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Layout/Block/Action.php
lib/EcomDev/PHPUnit/Constraint/Layout/Block/Action.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Layout/Block/Property.php
lib/EcomDev/PHPUnit/Constraint/Layout/Block/Property.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Layout/Handle.php
lib/EcomDev/PHPUnit/Constraint/Layout/Handle.php
+1
-1
lib/EcomDev/PHPUnit/Constraint/Layout/Logger/Interface.php
lib/EcomDev/PHPUnit/Constraint/Layout/Logger/Interface.php
+1
-1
lib/EcomDev/PHPUnit/Controller/Request/Interface.php
lib/EcomDev/PHPUnit/Controller/Request/Interface.php
+1
-1
lib/EcomDev/PHPUnit/Controller/Response/Interface.php
lib/EcomDev/PHPUnit/Controller/Response/Interface.php
+1
-1
lib/EcomDev/PHPUnit/Design/Package/Interface.php
lib/EcomDev/PHPUnit/Design/Package/Interface.php
+1
-1
lib/EcomDev/PHPUnit/Isolation/Interface.php
lib/EcomDev/PHPUnit/Isolation/Interface.php
+1
-1
lib/EcomDev/Utils/Reflection.php
lib/EcomDev/Utils/Reflection.php
+1
-1
No files found.
app/code/community/EcomDev/PHPUnit/Controller/Front.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Controller/Request/Http.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Controller/Response/Http.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/App.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/App/Area.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Config.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Expectation/Interface.php
View file @
1fd79035
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Expectation/Object.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Fixture.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Fixture/Interface.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Layout.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Abstract.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Catalog/Abstract.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Catalog/Category.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Catalog/Product.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Eav/Default.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Model/Test/Loadable/Interface.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Test/Case.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Test/Case/Config.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Test/Case/Controller.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Test/Suite.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/Test/Suite/Group.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
app/code/community/EcomDev/PHPUnit/etc/config.xml
View file @
1fd79035
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Abstract.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Config.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Config/Abstract.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Config/EventObserver.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Config/Interface.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Config/Layout.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Config/Module.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Config/Node.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Config/Resource.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Config/Resource/Script.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Controller/Request.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Controller/Response/Abstract.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Controller/Response/Body.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Controller/Response/Header.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Exception.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Json.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Layout.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Layout/Abstract.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Layout/Block.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Layout/Block/Action.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Layout/Block/Property.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Layout/Handle.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Constraint/Layout/Logger/Interface.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Controller/Request/Interface.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Controller/Response/Interface.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Design/Package/Interface.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/PHPUnit/Isolation/Interface.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
lib/EcomDev/Utils/Reflection.php
View file @
1fd79035
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
* @category EcomDev
* @category EcomDev
* @package EcomDev_PHPUnit
* @package EcomDev_PHPUnit
* @copyright Copyright (c) 201
1 Ecommerce Developers
(http://www.ecomdev.org)
* @copyright Copyright (c) 201
2 EcomDev BV
(http://www.ecomdev.org)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
* @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment