aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/token.t
Commit message (Collapse)AuthorAgeLines
* Run each test file in a transaction.Matthew Somerville2017-06-20-4/+1
| | | | This means that the tests can be run in parallel.
* Remove unnecessary shebang lines.Matthew Somerville2016-01-22-2/+0
|
* Reduce use of FixMyStreet::App.Matthew Somerville2015-12-02-2/+2
| | | | Command line scripts don't need a full blown app, just database.
* Remove ms_current_timestamp() override function.Matthew Somerville2015-08-13-61/+5
| | | | | This override is not used anywhere, it dates from a very old long-gone test script, and causes issues with database query planning.
* Switch Token over to use RABXColumn and test that changes to the col behave ↵Edmund von der Burg2013-09-10-1/+45
| | | | as expected
* Store tokens correctlyEdmund von der Burg2011-03-24-4/+19
|
* Added tests for tokenEdmund von der Burg2011-03-03-0/+81