Skip to content
Snippets Groups Projects
Commit 725f4d12 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

construct application to increase code coverage

parent 29176932
No related branches found
No related tags found
No related merge requests found
<?php
/**
* ownCloud - Mail
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @copyright Christoph Wurst 2015
*/
use Test\TestCase;
use OCA\Mail\AppInfo\Application;
class ApplicationTest extends TestCase {
public function testConstrucor() {
// Not really a test – it's just about code coverage
$app = new Application();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment