<?php namespace JMS\Serializer\Tests\Metadata\Driver; use JMS\Serializer\Metadata\Driver\PhpDriver; use Metadata\Driver\FileLocator; class PhpDriverTest extends BaseDriverTest { protected function getDriver() { return new PhpDriver(new FileLocator(array( 'JMS\Serializer\Tests\Fixtures' => __DIR__ . '/php', ))); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
php | Folder | 0755 |
|
|
xml | Folder | 0755 |
|
|
yml | Folder | 0755 |
|
|
AnnotationDriverTest.php | File | 322 B | 0644 |
|
BaseDriverTest.php | File | 23.43 KB | 0644 |
|
DoctrineDriverTest.php | File | 4.78 KB | 0644 |
|
DoctrinePHPCRDriverTest.php | File | 3.82 KB | 0644 |
|
NullDriverTest.php | File | 516 B | 0644 |
|
PhpDriverTest.php | File | 360 B | 0644 |
|
XmlDriverTest.php | File | 3.39 KB | 0644 |
|
YamlDriverTest.php | File | 2.86 KB | 0644 |
|