Tests: remove the require_once in the tests files
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3785 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once ("convert.php");
|
|
||||||
|
|
||||||
/** Test the Conversion of format */
|
/** Test the Conversion of format */
|
||||||
class test_convert extends PHPUnit_Framework_TestCase
|
class test_convert extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once ("dbjson.php");
|
|
||||||
|
|
||||||
/** Test the dbjson database */
|
/** Test the dbjson database */
|
||||||
class test_dbjson extends PHPUnit_Framework_TestCase
|
class test_dbjson extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once ("fts.php");
|
|
||||||
|
|
||||||
/** Test the FTS */
|
/** Test the FTS */
|
||||||
class test_fts extends PHPUnit_Framework_TestCase
|
class test_fts extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once ("rss.php");
|
|
||||||
|
|
||||||
/** Test the RSS */
|
/** Test the RSS */
|
||||||
class test_rss extends PHPUnit_Framework_TestCase
|
class test_rss extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once ("verify.php");
|
|
||||||
|
|
||||||
/** Test the Verify */
|
/** Test the Verify */
|
||||||
class test_verify extends PHPUnit_Framework_TestCase
|
class test_verify extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user