aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge remote-tracking branch 'Fyorl/ticket/10992' into developAndreas Fischer2012-07-191-17/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/10992] Changed octetstream to octet-streamFyorl2012-07-161-1/+1
| * | | | | | | | [ticket/10992] test_empty_file() now tries to upload the correct fileFyorl2012-07-161-1/+1
| * | | | | | | | [ticket/10992] Modified upload tests to work with new versionFyorl2012-07-161-17/+24
* | | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-191-13/+6
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | / / / / / | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'Fyorl/ticket/10981' into develop-olympusAndreas Fischer2012-07-192-13/+21
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/10981] Removed setupBeforeClassFyorl2012-07-171-8/+0
| | * | | | | | | [ticket/10981] Modified functional framework to account for goutte changesFyorl2012-07-161-3/+6
| | * | | | | | | [ticket/10981] Added goutte via composerFyorl2012-07-162-2/+15
* | | | | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-07-175-6/+201
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge remote-tracking branch 'github-noxwizard/ticket/10678' into develop-oly...Nils Adermann2012-07-175-6/+201
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | [ticket/10678] Typo and formattingPatrick Webster2012-05-132-6/+6
| | * | | | | | | [ticket/10678] Add port handling for MSSQL testsPatrick Webster2012-05-081-0/+7
| | * | | | | | | [ticket/10678] Move config changes to new locationPatrick Webster2012-05-081-1/+3
| | * | | | | | | [ticket/10678] Rename helper class filePatrick Webster2012-05-082-1/+1
| | * | | | | | | [ticket/10678] Lowercase class name, adjust comment widthPatrick Webster2012-05-083-14/+18
| | * | | | | | | [ticket/10678] More formatting and docblocksPatrick Webster2012-05-082-4/+12
| | * | | | | | | [ticket/10678] More formatting requestsPatrick Webster2012-05-082-8/+5
| | * | | | | | | [ticket/10678] Fix formattingPatrick Webster2012-05-083-7/+15
| | * | | | | | | [ticket/10678] Add better support for Firebird, Oracle, and MSSQLPatrick Webster2012-05-084-5/+171
* | | | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/10942' into developAndreas Fischer2012-07-173-1/+134
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | [ticket/10942] Avoid possible conflicts with magic words in unit testsJoas Schilling2012-07-161-12/+12
| * | | | | | | | [ticket/10942] Fix up unit tests for sql_case()Joas Schilling2012-07-021-11/+28
| * | | | | | | | [ticket/10942] Make unit tests for sql_case simplerJoas Schilling2012-06-301-31/+19
| * | | | | | | | [ticket/10942] Rename method sql_conditional() to sql_case()Joas Schilling2012-06-201-5/+5
| * | | | | | | | [ticket/10942] Fix function name on order_lower_test.phpJoas Schilling2012-06-201-1/+1
| * | | | | | | | [ticket/10942] Add unit tests for sql_concatenateJoas Schilling2012-06-201-0/+64
| * | | | | | | | [ticket/10942] Add unit tests for sql_conditionalJoas Schilling2012-06-201-0/+64
* | | | | | | | | [ticket/10941] Removed superfluous arrayFyorl2012-07-091-1/+1
* | | | | | | | | [ticket/10941] File 'txt' now too big so changed tests to reflect thatFyorl2012-07-091-1/+1
* | | | | | | | | [ticket/10941] Added a comment to ensure tags stay uppercaseFyorl2012-07-091-0/+1
* | | | | | | | | [ticket/10941] Modified tearDown to use DirectoryIterator instead of globFyorl2012-07-091-2/+7
* | | | | | | | | [ticket/10941] Added tests/upload/fixture/copies to trackingFyorl2012-07-091-0/+0
* | | | | | | | | [ticket/10941] Fixed form test test_too_largeFyorl2012-07-091-2/+2
* | | | | | | | | [ticket/10941] Replaced use of English with language systemFyorl2012-07-091-2/+2
* | | | | | | | | [ticket/10941] Renamed classes and filenames so that tests runFyorl2012-07-092-5/+7
* | | | | | | | | [ticket/10941] Moved comment into markTestIncomplete parameterFyorl2012-07-091-3/+1
* | | | | | | | | [ticket/10941] Removed manual includes of mock classesFyorl2012-07-093-5/+3
* | | | | | | | | [ticket/10941] Added subdirectory for file operationsFyorl2012-07-098-22/+8
* | | | | | | | | [ticket/10941] Added some comments for clarificationFyorl2012-07-092-0/+15
* | | | | | | | | [ticket/10941] Fixed a failing testFyorl2012-07-091-1/+1
* | | | | | | | | [ticket/10941] Rearranged tests into their own classes or methodsFyorl2012-07-094-110/+151
* | | | | | | | | [ticket/10941] Removed the incomplete mark as is_image is fixedFyorl2012-07-091-11/+6
* | | | | | | | | [ticket/10941] Refactored tearDown to stop iterating over the directory.Fyorl2012-07-091-20/+15
* | | | | | | | | [ticket/10941] Refactored init_filespec to return new object.Fyorl2012-07-091-27/+26
* | | | | | | | | [ticket/10941] Minor typo fixesFyorl2012-07-092-3/+1
* | | | | | | | | [ticket/10941] Changed assertTrue to assertEqualsFyorl2012-07-091-1/+1
* | | | | | | | | [ticket/10941] Now actually checks for the value of errors.Fyorl2012-07-093-25/+29
* | | | | | | | | [ticket/10941] Re-arranged dataProvidor methods to be near their callersFyorl2012-07-091-67/+67
* | | | | | | | | [ticket/10941] Added a comment explaining the incomplete testFyorl2012-07-091-0/+6