for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SRF\Tests\Unit\Formats;
use SMW\Test\QueryPrinterRegistryTestCase;
/**
* Tests for the SRF\Gallery class.
*
* @file
* @since 1.8
* @ingroup SemanticResultFormats
* @ingroup Test
* @group SRF
* @group SMWExtension
* @group ResultPrinters
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
*/
class vCardTest extends QueryPrinterRegistryTestCase {
* @see QueryPrinterRegistryTestCase::getFormats
* @return array
public function getFormats() {
return [ 'vcard' ];
}
* @see QueryPrinterRegistryTestCase::getClass
* @return string
public function getClass() {
return '\SRFvCard';