Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
6d29f05d
Commit
6d29f05d
authored
Apr 23, 2010
by
Jonathan H. Wage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renaming PhpDriver to PHPDriver
parent
023f06a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
PHPDriver.php
lib/Doctrine/ORM/Mapping/Driver/PHPDriver.php
+2
-2
PHPMappingDriverTest.php
tests/Doctrine/Tests/ORM/Mapping/PHPMappingDriverTest.php
+2
-2
No files found.
lib/Doctrine/ORM/Mapping/Driver/P
hp
Driver.php
→
lib/Doctrine/ORM/Mapping/Driver/P
HP
Driver.php
View file @
6d29f05d
...
@@ -30,7 +30,7 @@ use Doctrine\Common\Cache\ArrayCache,
...
@@ -30,7 +30,7 @@ use Doctrine\Common\Cache\ArrayCache,
Doctrine\ORM\Mapping\Driver\AbstractFileDriver
;
Doctrine\ORM\Mapping\Driver\AbstractFileDriver
;
/**
/**
* The P
hp
Driver includes php files which just populate ClassMetadataInfo
* The P
HP
Driver includes php files which just populate ClassMetadataInfo
* instances with plain php code
* instances with plain php code
*
*
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
...
@@ -43,7 +43,7 @@ use Doctrine\Common\Cache\ArrayCache,
...
@@ -43,7 +43,7 @@ use Doctrine\Common\Cache\ArrayCache,
* @author Roman Borschel <roman@code-factory.org>
* @author Roman Borschel <roman@code-factory.org>
* @todo Rename: PHPDriver
* @todo Rename: PHPDriver
*/
*/
class
P
hp
Driver
extends
AbstractFileDriver
class
P
HP
Driver
extends
AbstractFileDriver
{
{
/**
/**
* {@inheritdoc}
* {@inheritdoc}
...
...
tests/Doctrine/Tests/ORM/Mapping/P
hp
MappingDriverTest.php
→
tests/Doctrine/Tests/ORM/Mapping/P
HP
MappingDriverTest.php
View file @
6d29f05d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
namespace
Doctrine\Tests\ORM\Mapping
;
namespace
Doctrine\Tests\ORM\Mapping
;
use
Doctrine\ORM\Mapping\ClassMetadata
,
use
Doctrine\ORM\Mapping\ClassMetadata
,
Doctrine\ORM\Mapping\Driver\P
hp
Driver
,
Doctrine\ORM\Mapping\Driver\P
HP
Driver
,
Doctrine\ORM\Tools\Export\ClassMetadataExporter
;
Doctrine\ORM\Tools\Export\ClassMetadataExporter
;
require_once
__DIR__
.
'/../../TestInit.php'
;
require_once
__DIR__
.
'/../../TestInit.php'
;
...
@@ -26,6 +26,6 @@ class PhpMappingDriverTest extends AbstractMappingDriverTest
...
@@ -26,6 +26,6 @@ class PhpMappingDriverTest extends AbstractMappingDriverTest
$exporter->export();
$exporter->export();
*/
*/
return
new
P
hp
Driver
(
$path
);
return
new
P
HP
Driver
(
$path
);
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment