Ignore:
Timestamp:
Mar 9, 2020 3:14:25 AM (4 years ago)
Author:
anonymous
Message:

Update CSS reset with inspiration from https://github.com/hankchizljaw/modern-css-reset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/VersionTest.php

    r695 r720  
    111111    {
    112112        $result = $this->Version->create('test_user_tbl', 'user_id', '1', 'Test User', 'First version of user');
    113         $this->assertSame(1, $result);
     113        $this->assertSame('1', $result);
    114114    }
    115115
Note: See TracChangeset for help on using the changeset viewer.