PHP 8.2.30
Preview: AbstractExtensionTest.php Size: 1.00 KB
/opt/cloudlinux/alt-php53/root/usr/share/pear/test/Form/Symfony/Component/Form/Tests/AbstractExtensionTest.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\Component\Form\Tests;

use Symfony\Component\Form\AbstractExtension;
use Symfony\Component\Form\Tests\Fixtures\FooType;

class AbstractExtensionTest extends \PHPUnit_Framework_TestCase
{
    public function testHasType()
    {
        $loader = new ConcreteExtension();
        $this->assertTrue($loader->hasType('foo'));
        $this->assertFalse($loader->hasType('bar'));
    }

    public function testGetType()
    {
        $loader = new ConcreteExtension();
        $this->assertInstanceOf('Symfony\Component\Form\Tests\Fixtures\FooType', $loader->getType('foo'));
    }
}

class ConcreteExtension extends AbstractExtension
{
    protected function loadTypes()
    {
        return array(new FooType());
    }

    protected function loadTypeGuesser()
    {
    }
}

Directory Contents

Dirs: 4 × Files: 19

Name Size Perms Modified Actions
Extension DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Fixtures DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Guess DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Util DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
21.09 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
1.00 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
3.02 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
56.75 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
7.35 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
15.06 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
1.36 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
30.61 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
6.96 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
4.62 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
1.75 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
20.66 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
587 B lrw-r--r-- 2019-12-18 11:20:41
Edit Download
587 B lrw-r--r-- 2019-12-18 11:20:41
Edit Download
7.73 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
730 B lrw-r--r-- 2019-12-18 11:20:41
Edit Download
5.78 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
12.52 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
30.91 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download

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