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
18c31bf7
Commit
18c31bf7
authored
Dec 19, 2012
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added phpunit config for travis-ci
parent
b33c61a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
.travis.yml
.travis.yml
+1
-1
phpunit.xml.travis
phpunit.xml.travis
+19
-0
No files found.
.travis.yml
View file @
18c31bf7
...
@@ -8,5 +8,5 @@ before_script:
...
@@ -8,5 +8,5 @@ before_script:
-
wget http://getcomposer.org/composer.phar
-
wget http://getcomposer.org/composer.phar
-
php composer.phar install
-
php composer.phar install
script
:
phpunit -c phpunit.xml.
dist
script
:
phpunit -c phpunit.xml.
travis
phpunit.xml.travis
0 → 100644
View file @
18c31bf7
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals=
"false"
backupStaticAttributes=
"false"
syntaxCheck=
"false"
bootstrap=
"tests/bootstrap.php"
>
<testsuites>
<testsuite
name=
"Solarium"
>
<directory
suffix=
"Test.php"
>
tests
</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory
suffix=
".php"
>
library
</directory>
<exclude>
<file>
library/Solarium/Autoloader.php
</file>
</exclude>
</whitelist>
</filter>
</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