PHP 8.3.31
Preview: DoctrineOrmTestCase.php Size: 765 B
//opt/cloudlinux/alt-php54/root/usr/share/pear/test/DoctrineBridge/Symfony/Bridge/Doctrine/Tests/DoctrineOrmTestCase.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Bridge\Doctrine\Tests;

use Symfony\Bridge\Doctrine\Test\DoctrineTestHelper;

/**
 * Class DoctrineOrmTestCase
 *
 * @deprecated Deprecated as of Symfony 2.4, to be removed in Symfony 3.0.
 *             Use {@link DoctrineTestHelper} instead.
 */
abstract class DoctrineOrmTestCase extends \PHPUnit_Framework_TestCase
{
    /**
     * @return \Doctrine\ORM\EntityManager
     */
    public static function createTestEntityManager()
    {
        return DoctrineTestHelper::createTestEntityManager();
    }
}

Directory Contents

Dirs: 10 × Files: 3

Name Size Perms Modified Actions
- drwxr-xr-x 2025-05-01 13:14:29
Edit Download
- drwxr-xr-x 2025-05-01 13:14:29
Edit Download
- drwxr-xr-x 2025-05-01 13:14:28
Edit Download
- drwxr-xr-x 2025-05-01 13:14:29
Edit Download
Fixtures DIR
- drwxr-xr-x 2025-05-01 13:14:29
Edit Download
Form DIR
- drwxr-xr-x 2025-05-01 13:14:29
Edit Download
- drwxr-xr-x 2025-05-01 13:14:29
Edit Download
Logger DIR
- drwxr-xr-x 2025-05-01 13:14:29
Edit Download
Security DIR
- drwxr-xr-x 2025-05-01 13:14:28
Edit Download
Validator DIR
- drwxr-xr-x 2025-05-01 13:14:28
Edit Download
385 B lrw-r--r-- 2019-12-18 11:22:56
Edit Download
1.81 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
765 B lrw-r--r-- 2019-12-18 11:22:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).