Fix unit test names, property and function visibility

This commit is contained in:
Romain Neutron
2013-12-06 10:26:54 +01:00
parent 804caccc73
commit a3b1ae7163
313 changed files with 510 additions and 534 deletions

View File

@@ -1,6 +1,6 @@
<?php
class unicodeTest extends PhraseanetPHPUnitAbstract
class unicodeTest extends \PhraseanetTestCase
{
/**
* @var unicode
@@ -25,7 +25,7 @@ class unicodeTest extends PhraseanetPHPUnitAbstract
/**
* @covers \unicode::convert
* @expectedException Exception_InvalidArgument
* @expectedException \Exception_InvalidArgument
*/
public function testConvertError()
{