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
19fa6319
Commit
19fa6319
authored
Feb 02, 2013
by
Ivan Chepurnyi
Browse files
Options
Browse Files
Download
Plain Diff
! Fixing merge
parents
192345c2
08dae3e8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
app/code/community/EcomDev/PHPUnit/Test/Listener.php
app/code/community/EcomDev/PHPUnit/Test/Listener.php
+2
-0
app/code/community/EcomDev/PHPUnitTest/Test/Lib/Helper.php
app/code/community/EcomDev/PHPUnitTest/Test/Lib/Helper.php
+1
-0
app/code/community/EcomDev/PHPUnitTest/Test/Lib/Mock/Proxy.php
...ode/community/EcomDev/PHPUnitTest/Test/Lib/Mock/Proxy.php
+1
-0
lib/EcomDev/PHPUnit/Helper.php
lib/EcomDev/PHPUnit/Helper.php
+1
-1
No files found.
app/code/community/EcomDev/PHPUnit/Test/Listener.php
View file @
19fa6319
...
...
@@ -59,6 +59,8 @@ class EcomDev_PHPUnit_Test_Listener implements PHPUnit_Framework_TestListener
$this
->
getAppReflection
()
->
getMethod
(
'applyTestScope'
)
->
invoke
(
null
);
}
$this
->
firstLevelTestSuite
=
$suite
;
Mage
::
dispatchEvent
(
'phpunit_suite_start_after'
,
array
(
'suite'
=>
$suite
,
...
...
app/code/community/EcomDev/PHPUnitTest/Test/Lib/Helper.php
View file @
19fa6319
<?php
/**
* PHP Unit test suite for Magento
*
...
...
app/code/community/EcomDev/PHPUnitTest/Test/Lib/Mock/Proxy.php
View file @
19fa6319
...
...
@@ -147,4 +147,5 @@ class EcomDev_PHPUnitTest_Test_Lib_Mock_Proxy extends PHPUnit_Framework_TestCase
$this
->
assertEquals
(
false
,
$this
->
mockProxy
->
compareValues
(
'value1'
,
'value2'
));
$this
->
assertEquals
(
true
,
$this
->
mockProxy
->
compareValues
(
'value1'
,
'value1'
));
}
}
lib/EcomDev/PHPUnit/Helper.php
View file @
19fa6319
...
...
@@ -193,4 +193,4 @@ class EcomDev_PHPUnit_Helper
});
}
}
}
\ No newline at end of file
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