Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
ac226477
Commit
ac226477
authored
May 15, 2011
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- unittest improvements
parent
881e7308
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
23 deletions
+22
-23
.gitignore
.gitignore
+1
-0
phpunit.xml.dist
phpunit.xml.dist
+21
-23
No files found.
.gitignore
View file @
ac226477
.idea
.idea
build
phpunit.xml.dist
View file @
ac226477
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals=
"false"
<phpunit
backupGlobals=
"false"
backupStaticAttributes=
"false"
syntaxCheck=
"false"
bootstrap=
"tests/bootstrap.php"
>
backupStaticAttributes=
"false"
syntaxCheck=
"false"
bootstrap=
"tests/bootstrap.php"
>
<testsuites>
<testsuites>
<testsuite
name=
"Solarium"
>
<testsuite
name=
"Solarium"
>
<directory
suffix=
"Test.php"
>
tests
</directory>
<directory
suffix=
"Test.php"
>
tests
</directory>
</testsuite>
</testsuite>
</testsuites>
</testsuites>
<logging>
<logging>
<log
type=
"coverage-html"
target=
"build/coverage"
title=
"Solarium"
<log
type=
"coverage-html"
target=
"build/coverage"
title=
"Solarium"
charset=
"UTF-8"
yui=
"true"
highlight=
"true"
charset=
"UTF-8"
yui=
"true"
highlight=
"true"
lowUpperBound=
"35"
highLowerBound=
"70"
/>
lowUpperBound=
"35"
highLowerBound=
"70"
/>
<log
type=
"coverage-clover"
target=
"build/logs/clover.xml"
/>
<log
type=
"coverage-clover"
target=
"build/logs/clover.xml"
/>
<log
type=
"junit"
target=
"build/logs/junit.xml"
logIncompleteSkipped=
"false"
/>
<log
type=
"junit"
target=
"build/logs/junit.xml"
logIncompleteSkipped=
"false"
/>
</logging>
</logging>
<filter>
<filter>
<whitelist>
<whitelist>
<directory
suffix=
".php"
>
library
</directory>
<directory
suffix=
".php"
>
library
</directory>
<exclude>
<file>
Solarium/Autoloader.php
</file>
</exclude>
</whitelist>
</whitelist>
<blacklist>
</filter>
<file>
library/Solarium/Autoloader.php
</file>
</blacklist>
</filter>
</phpunit>
</phpunit>
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