kopia lustrzana https://github.com/nextcloud/social
20 wiersze
394 B
PHP
20 wiersze
394 B
PHP
<?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);
|
|
}
|
|
|
|
}
|