/** * * Creates a new BulkUploadServeLog Test case * @param string $name * @param array<unknown_type> $data * @param string $dataName */ public function __construct($name = "BulkUploadServeLogTest", array $data = array(), $dataName = "Default data") { parent::__construct($name, $data, $dataName); }
/** * * Creates a new KMC Test case * @param string $name * @param array<unknown_type> $data * @param string $dataName */ public function __construct($name = "metadataSearchTest", array $data = array(), $dataName = "Default data") { parent::__construct($name, $data, $dataName); }
/** * Set up the test initial data */ protected function setUp() { $this->setGetFeedActionTestData(); parent::setUp(); }
/** * Cleans up the environment after running a test. * Cleans up the environment after running a test. */ protected function tearDown() { parent::tearDown(); }
/** * Set up the test initial data */ protected function setUp() { $this->setGetActionTestData(); $this->setListActionTestData(); parent::setUp(); }
/** * * Creates a new KMC Test case * @param string $name * @param array<unknown_type> $data * @param string $dataName */ public function __construct($name = "thumbnailTest", array $data = array(), $dataName = "Default data") { parent::__construct($name, $data, $dataName); }
/** * Cleans up the environment after running a test. */ protected function tearDown() { kuserPeer::clearInstancePool(); PartnerPeer::clearInstancePool(); entryPeer::clearInstancePool(); $this->client = null; parent::tearDown(); }
/** * Set up the test initial data */ protected function setUp() { parent::setUp(); }