social/tests/SocialTest.php

20 wiersze
394 B
PHP
Czysty Zwykły widok Historia

<?php
namespace OCA\Social\Tests;
use OCA\Social\Controller\NavigationController;
use OCA\Social\Controller\SocialPubController;
use OCA\Social\Service\CacheActorService;
use OCP\IL10N;
use OCP\IRequest;
class SocialTest extends \PHPUnit\Framework\TestCase {
public function testDummy() {
/**
* Dummy test to check if phpunit is working properly
*/
$this->assertTrue(true);
}
}