Skip to content

Commit

Permalink
Constants renames
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 26, 2013
1 parent 6fa4f76 commit 2b2ae3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GeneratedHydrator/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
class Configuration
{
const DEFAULT_GENERATED_CLASS_NAMESPACE = 'GeneratedHydratorGeneratedProxy';
const DEFAULT_GENERATED_CLASS_NAMESPACE = 'GeneratedHydratorGeneratedClass';

/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion tests/GeneratedHydratorTest/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function testGetSetAutoGenerateProxies()
public function testGetSetProxiesNamespace()
{
$this->assertSame(
'GeneratedHydratorGeneratedProxy',
'GeneratedHydratorGeneratedClass',
$this->configuration->getGeneratedClassesNamespace(),
'Default setting check for BC'
);
Expand Down

0 comments on commit 2b2ae3d

Please sign in to comment.