summaryrefslogtreecommitdiffstats
path: root/tests/lib/dbschema.php
Commit message (Collapse)AuthorAgeFilesLines
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-3/+7
|
* disable database migration unit tests for MSSQLThomas Müller2014-10-231-3/+11
|
* - fix dropTable() and introduce tableExists()Thomas Müller2014-05-301-49/+5
| | | | | | | - kill replaceDB() - this function is unused and it's implementation obviously wrong - add method annotation OC_DB_StatementWrapper::fetchAll - remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists - remove unused variables
* More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-281-0/+3
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+6
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* number as numberBart Visscher2014-02-121-1/+1
|
* Remove all uses of numRows().Andreas Fischer2013-12-211-1/+1
|
* Clean up \OC\Utilkondou2013-08-151-1/+1
| | | | | | | | | | - Use camelCase - Add some phpdoc - Fix some indents - Use some more spacing
* Going from text to clob is not something we do.Bart Visscher2013-06-281-6/+0
| | | | | Also Oracle DB has problems with this, see http://abhijitbashetti.blogspot.de/2011/10/converting-varchar2-to-clob-and-clob-to.html
* remove wrong check hereJörn Friedrich Dreyer2013-06-281-1/+0
|
* use executeAudited, add table name to assert message, skip schema changing ↵Jörn Friedrich Dreyer2013-06-281-43/+44
| | | | test on oracle
* fix oci dbschema testJörn Friedrich Dreyer2013-06-141-1/+6
|
* Merge pull request #3646 from owncloud/introduce_phpunit_timeoutsThomas Müller2013-06-111-0/+3
|\ | | | | add timeouts 3/30/90 to phpunit tests
| * add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-101-0/+3
| |
* | shorten table identifiers in testsJörn Friedrich Dreyer2013-06-101-2/+2
|/
* final adoptions for mssql connectivityThomas Mueller2013-02-141-3/+9
|
* drop SimpleTest compatibilityThomas Mueller2013-01-241-1/+1
|
* Fix syntax error in postgres table check codeBart Visscher2012-10-121-1/+1
|
* Fix the db tests when running all testsBart Visscher2012-10-121-1/+1
|
* Add unit tests for OC_DBBart Visscher2012-10-121-0/+118