summaryrefslogtreecommitdiffstats
path: root/tests/SocialTest.php
blob: c20c2482e80ebc90e883322877c04564dbd4a4a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

namespace OCA\Social\Tests;

use PHPUnit\Framework\TestCase;

class SocialTest extends TestCase {
	public function testDummy() {
		/**
		 * Dummy test to check if phpunit is working properly
		 */
		$this->assertTrue(true);
	}
}