Remove databox subde mediatypes

This commit is contained in:
Romain Neutron
2012-04-24 16:19:25 +02:00
parent eb2e1ecc4c
commit 284869b5bf
5 changed files with 0 additions and 190 deletions

View File

@@ -1,38 +0,0 @@
<?php
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
class databox_subdef_mediatype_audioTest extends PhraseanetPHPUnitAbstract
{
/**
* @var databox_subdef_mediatype_audio
*/
protected $object;
public function setUp()
{
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
public function tearDown()
{
}
/**
* @todo Implement testGet_available_options().
*/
public function testGet_available_options()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}

View File

@@ -1,38 +0,0 @@
<?php
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
class databox_subdef_mediatype_flexpaperTest extends PhraseanetPHPUnitAbstract
{
/**
* @var databox_subdef_mediatype_flexpaper
*/
protected $object;
public function setUp()
{
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
public function tearDown()
{
}
/**
* @todo Implement testGet_available_options().
*/
public function testGet_available_options()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}

View File

@@ -1,38 +0,0 @@
<?php
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
class databox_subdef_mediatype_gifTest extends PhraseanetPHPUnitAbstract
{
/**
* @var databox_subdef_mediatype_gif
*/
protected $object;
public function setUp()
{
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
public function tearDown()
{
}
/**
* @todo Implement testGet_available_options().
*/
public function testGet_available_options()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}

View File

@@ -1,38 +0,0 @@
<?php
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
class databox_subdef_mediatype_imageTest extends PhraseanetPHPUnitAbstract
{
/**
* @var databox_subdef_mediatype_image
*/
protected $object;
public function setUp()
{
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
public function tearDown()
{
}
/**
* @todo Implement testGet_available_options().
*/
public function testGet_available_options()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}

View File

@@ -1,38 +0,0 @@
<?php
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
class databox_subdef_mediatype_videoTest extends PhraseanetPHPUnitAbstract
{
/**
* @var databox_subdef_mediatype_video
*/
protected $object;
public function setUp()
{
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
public function tearDown()
{
}
/**
* @todo Implement testGet_available_options().
*/
public function testGet_available_options()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}