mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
Fix value overrides
This commit is contained in:
parent
ae66cc87ff
commit
9948e4fd0f
2 changed files with 3 additions and 3 deletions
|
|
@ -91,7 +91,7 @@ class GlossTest extends TestCase
|
|||
Gloss::value('Create :resource', 'Create :Resource');
|
||||
|
||||
$this->assertNotSame('not called', Gloss::get('Create :resource', ['resource' => 'foo']));
|
||||
$this->assertSame('Create :Resource', Gloss::get('Create :resource', ['resource' => 'foo']));
|
||||
$this->assertSame('Create Foo', Gloss::get('Create :resource', ['resource' => 'foo']));
|
||||
}
|
||||
|
||||
/** @test */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue