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
73b3fbff
Commit
73b3fbff
authored
Feb 13, 2012
by
Ivan Chepurnyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
! Move phpunit.xml to distrubuted version, that will not override standart test configuration
parent
2fb65f5e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
modman
modman
+1
-1
phpunit.xml.dist
phpunit.xml.dist
+6
-0
No files found.
modman
View file @
73b3fbff
...
@@ -15,7 +15,7 @@ fi
...
@@ -15,7 +15,7 @@ fi
# Copy phpunit.xml if it doesn't already exist
# Copy phpunit.xml if it doesn't already exist
@shell \
@shell \
PHPUNITXML=phpunit.xml; \
PHPUNITXML=phpunit.xml
.dist
; \
if [ ! -f $PROJECT/$LOCALXML ]; then \
if [ ! -f $PROJECT/$LOCALXML ]; then \
cp $MODULE/$PHPUNITXML $PROJECT/$PHPUNITXML; \
cp $MODULE/$PHPUNITXML $PROJECT/$PHPUNITXML; \
fi
fi
phpunit.xml
→
phpunit.xml
.dist
View file @
73b3fbff
...
@@ -20,6 +20,12 @@
...
@@ -20,6 +20,12 @@
<blacklist>
<blacklist>
<!-- Exclude Magento Core files from code coverage -->
<!-- Exclude Magento Core files from code coverage -->
<directory
suffix=
".php"
>
app/code/core
</directory>
<directory
suffix=
".php"
>
app/code/core
</directory>
<!-- Exclude EcomDev_PHPUnit classes from code coverage -->
<directory
suffix=
".php"
>
app/code/community/EcomDev/PHPUnit
</directory>
<directory
suffix=
".php"
>
lib/EcomDev/Utils
</directory>
<directory
suffix=
".php"
>
lib/EcomDev/PHPUnit
</directory>
<!-- Exclude Mage.php file from code coverage -->
<file>
app/Mage.php
</file>
<!-- Exclude template files -->
<!-- Exclude template files -->
<directory
suffix=
".phtml"
>
app/code/design
</directory>
<directory
suffix=
".phtml"
>
app/code/design
</directory>
<!-- Exclude Varien & Zend libraries -->
<!-- Exclude Varien & Zend libraries -->
...
...
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