Update the Test class name to be the same as the file

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5794 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-12-05 12:24:05 +00:00
parent b084803bf6
commit 11d4f7686b
40 changed files with 40 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
<?php
/** Test the RSS */
class test_rss extends PHPUnit_Framework_TestCase
class rssTest extends PHPUnit_Framework_TestCase
{
public function test_empty0 ()
{