此儲存庫已於 2025-08-22 封存。您可以查看檔案並進行 Clone,但無法推送或開啟問題或合併請求。
Files
dumbo/vendor/doctrine/collections/tests/Doctrine/Tests/DoctrineTestCase.php
2014-11-25 16:42:40 +01:00

10 行
164 B
PHP

<?php
namespace Doctrine\Tests;
/**
* Base testcase class for all Doctrine testcases.
*/
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase
{
}