<?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); } }