class ItemTest extends MockedTest
{
+ /**
+ * @doesNotPerformAssertions
+ */
public function testDetermineCategoriesTerms()
{
static::markTestIncomplete('Test data needed.');
parent::tearDown();
}
+ /**
+ * @doesNotPerformAssertions
+ */
public function testTTL()
{
// Array Cache doesn't support TTL
* @small
*
* @dataProvider dataSimple
+ * @doesNotPerformAssertions
*/
public function testGetAllKeys($value1, $value2, $value3)
{
* @small
*
* @dataProvider dataSimple
+ * @doesNotPerformAssertions
*/
public function testGetAllKeys($value1, $value2, $value3)
{
return new CacheLock(new ArrayCache('localhost'));
}
+ /**
+ * @doesNotPerformAssertions
+ */
public function testLockTTL()
{
self::markTestSkipped("ArrayCache doesn't support TTL");
/**
* @small
+ * @doesNotPerformAssertions
*/
public function testGetLocks()
{
/**
* @small
+ * @doesNotPerformAssertions
*/
public function testGetLocksWithPrefix()
{
return $lock;
}
+ /**
+ * @doesNotPerformAssertions
+ */
public function testGetLocks()
{
static::markTestIncomplete('Race condition because of too fast getLocks() which uses a workaround');
}
+ /**
+ * @doesNotPerformAssertions
+ */
public function testGetLocksWithPrefix()
{
static::markTestIncomplete('Race condition because of too fast getLocks() which uses a workaround');
return new SemaphoreLock();
}
+ /**
+ * @doesNotPerformAssertions
+ */
public function testLockTTL()
{
self::markTestSkipped("Semaphore doesn't work with TTL");
* Test if the builder can create full rendered emails
*
* @todo Create test once "Renderer" and "BBCode" are dynamic
+ * @doesNotPerformAssertions
*/
public function testBuilderWithNonRawEmail()
{
/**
* Test a relative path
+ * @doesNotPerformAssertions
*/
public function testRealPath()
{