This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/db-story-35
[zen-35] Conflicts: library/Zend/Db/Sql/Select.php tests/Zend/Db/Sql/SelectTest.php
- Loading branch information
Ralph Schindler
committed
May 3, 2012
37 parents
747588e
+
803be33
+
b3b44b2
+
ff0efd2
+
5651d65
+
a3fbf6b
+
2a0a9d7
+
e987caa
+
f6cf6f8
+
a97175a
+
18ecd64
+
f00b78e
+
18be569
+
af6e96a
+
a62b890
+
369a5ce
+
2f4d803
+
045137d
+
2fdcee4
+
147c99e
+
d95685a
+
9fceeb6
+
4682ed8
+
58e6c7d
+
f9a818b
+
b470c79
+
ce259b2
+
47e8c8b
+
62bd37a
+
f6216bb
+
01cd418
+
1d5008a
+
f7d1866
+
339c91f
+
105863b
+
d697919
+
a07d04f
commit 42e5478
Showing
44 changed files
with
251 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
travisdir=$(dirname $(readlink /proc/$$/fd/255)) | ||
testdir="$travisdir/../tests" | ||
testedcomponents=(`cat "$travisdir/tested-components"`) | ||
result=0 | ||
|
||
for tested in "${testedcomponents[@]}" | ||
do | ||
echo "$tested:" | ||
phpunit -c $testdir/phpunit.xml $testdir/$tested | ||
let "result = $result || $?" | ||
done | ||
|
||
exit $result |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Zend/Amf | ||
Zend/Barcode | ||
Zend/Date | ||
Zend/Feed | ||
Zend/Queue | ||
Zend/Service | ||
Zend/Test | ||
Zend/Translator | ||
Zend/Wildfire |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
Zend/Acl | ||
Zend/Authentication | ||
Zend/Cache | ||
Zend/Captcha | ||
Zend/Cloud | ||
Zend/Code | ||
Zend/Config | ||
Zend/Console | ||
Zend/Crypt | ||
Zend/Currency | ||
Zend/Db | ||
Zend/Di | ||
Zend/Docbook | ||
Zend/Dojo | ||
Zend/Dom | ||
Zend/EventManager | ||
Zend/Feed/Reader | ||
Zend/Feed/Writer | ||
Zend/File | ||
Zend/Filter | ||
Zend/Form | ||
Zend/GData | ||
Zend/Http | ||
Zend/InfoCard | ||
Zend/Json | ||
Zend/Ldap | ||
Zend/Loader | ||
Zend/Locale | ||
Zend/Log | ||
Zend/Mail | ||
Zend/Markup | ||
Zend/Measure | ||
Zend/Memory | ||
Zend/Mime | ||
Zend/Module | ||
Zend/Mvc | ||
Zend/Navigation | ||
Zend/OAuth | ||
Zend/OpenId | ||
Zend/Paginator | ||
Zend/Pdf | ||
Zend/ProgressBar | ||
Zend/RegistryTest.php | ||
Zend/Rest | ||
Zend/Search | ||
Zend/Serializer | ||
Zend/Server | ||
Zend/Session | ||
Zend/Soap | ||
Zend/Stdlib | ||
Zend/Tag | ||
Zend/Text | ||
Zend/TimeSync | ||
Zend/Uri | ||
Zend/Validator | ||
Zend/VersionTest.php | ||
Zend/View | ||
Zend/XmlRpc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.