summaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/MigrationsTest.php
Commit message (Expand)AuthorAgeFilesLines
* Fix dynamic properties and other problems in tests for PHP 8.2Côme Chilliet2022-11-141-1/+3
* Remove some more at matchers in tests/libCôme Chilliet2022-06-201-6/+6
* Ensure string column limit of 4.000 charactersJoas Schilling2022-03-251-0/+40
* Test disabled for now due to multiple reasonsJoas Schilling2022-03-221-0/+1
* Add a test for primary keysJoas Schilling2022-03-101-1/+43
* Rename the method to match what it doesJoas Schilling2021-03-311-22/+22
* Don't allow Notnull for boolean columnsJoas Schilling2021-03-311-0/+41
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-101-11/+11
* Mode to modern phpunitRoeland Jago Douma2019-11-271-34/+34
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Update the tests to the comparison logicJoas Schilling2018-12-171-15/+95
* Fix testsRoeland Jago Douma2018-08-081-2/+3
* Ignore custom prefixes which are longerJoas Schilling2018-07-271-10/+10
* Fix calculation of default nameJoas Schilling2018-07-271-3/+60
* Add unit testsJoas Schilling2018-07-271-1/+293
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-171-2/+0
* Fix autoloader and namespace testMorris Jobke2017-07-051-1/+1
* Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-051-21/+69
* Start migrationsJoas Schilling2017-07-051-0/+162