]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Move database read/write to FileUtils class + additional unit tests
authorArthurHoaro <arthur@hoa.ro>
Mon, 16 Jan 2017 11:30:18 +0000 (12:30 +0100)
committerArthurHoaro <arthur@hoa.ro>
Tue, 21 Mar 2017 19:16:26 +0000 (20:16 +0100)
commitb2306b0c783365e3f8110ae25bc93f2630b8b2c8
tree746c41d42d3230e05839fa2631e78b9e283b33ad
parentc4c655d9bfe68a914898d76bb9c479eea1b04f72
Move database read/write to FileUtils class + additional unit tests
application/FileUtils.php
application/LinkDB.php
application/exceptions/IOException.php [new file with mode: 0644]
tests/FileUtilsTest.php [new file with mode: 0644]
tests/LinkDBTest.php