additional_plugins/serendipity_event_browserid/tests/RedisStoreTest.php

22 lines
350 B
PHP

<?php
namespace Tests;
class RedisStoreTest extends \PHPUnit\Framework\TestCase
{
public function testFetchCached()
{
$this->markTestIncomplete();
}
public function testCreateNonce()
{
$this->markTestIncomplete();
}
public function testConsumeNonce()
{
$this->markTestIncomplete();
}
}