diff options
Diffstat (limited to 'tests/lib/app.php')
-rw-r--r-- | tests/lib/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/app.php b/tests/lib/app.php index 5396db8143e..52eade90a6e 100644 --- a/tests/lib/app.php +++ b/tests/lib/app.php @@ -79,4 +79,4 @@ class Test_App extends PHPUnit_Framework_TestCase { $this->assertFalse(OC_App::isAppVersionCompatible($oc, $app)); } -}
\ No newline at end of file +} |