Introduce DatabaseLogEntry::newFromId
authorMax Semenik <maxsem.wiki@gmail.com>
Sat, 3 Mar 2018 03:56:39 +0000 (19:56 -0800)
committerMax Semenik <maxsem.wiki@gmail.com>
Tue, 6 Mar 2018 00:37:23 +0000 (16:37 -0800)
commit752c8427f3615a090b46b222ba193d4129f7df57
tree7f9e09ba34c3f2406deff37a7defa3fb7705c61c
parentee96f1e3a5dce82f22da9b9ce22a7b66f401c28b
Introduce DatabaseLogEntry::newFromId

It's a helper function for when you need just one log entry.

Change-Id: Ic5e9db0def857d9dcecbd06bf081c8c83712c1ea
includes/logging/LogEntry.php
tests/phpunit/includes/logging/DatabaseLogEntryTest.php [new file with mode: 0644]