additional_plugins/serendipity_event_browserid/tests/AbstractStoreTest.php

17 lines
260 B
PHP

<?php
namespace Tests;
class AbstractStoreTest extends \PHPUnit\Framework\TestCase
{
public function testGenerateNonce()
{
$this->markTestIncomplete();
}
public function testFetch()
{
$this->markTestIncomplete();
}
}