social/tests/SocialTest.php

15 wiersze
236 B
PHP

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