Skip to content

Commit c741ed2

Browse files
authored
Merge pull request #82 from se7enxweb/copilot/fix-database-tests
Fix PHP fatal error: duplicate class name in sevenxMongoDBIntegrationTest
2 parents 1e4b265 + 26bc3ef commit c741ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tests/lib/ezdb/mongodb/sevenxMongoDBIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Integration tests — require live MongoDB + MySQL.
2525
*/
26-
class expMongoDBIntegrationTest extends PHPUnit\Framework\TestCase
26+
class sevenxMongoDBIntegrationTest extends PHPUnit\Framework\TestCase
2727
{
2828
private const MONGO_URI = 'mongodb://db:publishing$8088@localhost:27017/exp';
2929
private const MONGO_DB = 'exp';

0 commit comments

Comments
 (0)