remove name conflict. try to fix tests on php 5.6
This commit is contained in:
parent
9adb8c63a8
commit
db682c0b7d
|
@ -11,7 +11,7 @@ namespace Tainacan\Tests;
|
|||
/**
|
||||
* Sample test case.
|
||||
*/
|
||||
class Entities extends TAINACAN_UnitTestCase {
|
||||
class TestEntities extends TAINACAN_UnitTestCase {
|
||||
|
||||
|
||||
function setUp() {
|
||||
|
|
Loading…
Reference in New Issue