git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5267 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
11 lines
207 B
PHP
11 lines
207 B
PHP
<?php
|
|
/** DomFramework - Tests
|
|
* @package domframework
|
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
|
*/
|
|
|
|
/** Test the queue.php file */
|
|
class test_queue extends PHPUnit_Framework_TestCase
|
|
{
|
|
}
|