This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
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
40 parents
1e8aff5
+
79d20ae
+
0023b68
+
203219a
+
51f1e65
+
adba36a
+
48704a6
+
3ed141c
+
a79cdbd
+
73871a0
+
47d468d
+
538d0f4
+
b5ad75a
+
2363c4f
+
91c2337
+
04dcb58
+
906c7b6
+
0da7bb6
+
0270a77
+
6784c86
+
90d950a
+
3b5ea7f
+
339830e
+
b04f4d5
+
8da9d32
+
0e2a882
+
f0829e4
+
c66d3bb
+
c44c042
+
e2121f5
+
19560b1
+
f08a210
+
294332a
+
3ab34f5
+
bb64c7d
+
b204532
+
da2423f
+
7fce745
+
6c8026c
+
a449c92
commit 3b554ac
Showing
29 changed files
with
134 additions
and
56 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
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
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
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
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.