social/tests/SocialTest.php

21 wiersze
407 B
PHP
Czysty Zwykły widok Historia

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