Add a test for the interface

This commit is contained in:
Joas Schilling 2015-08-28 12:08:54 +02:00
parent a12d354762
commit bd1215c1dd
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class Server extends \Test\TestCase {
['JobList', '\OCP\BackgroundJob\IJobList'],
['L10NFactory', '\OC\L10N\Factory'],
['L10NFactory', '\OCP\L10N\IFactory'],
['LockingProvider', '\OCP\Lock\ILockingProvider'],
['Logger', '\OC\Log'],
['Logger', '\OCP\ILogger'],