Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit c7a13b2

Browse files
committed
Improve test names
1 parent 943d843 commit c7a13b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/HalResourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function testWithElementProxiesToEmbedIfResourceCollectionValueProvided()
230230
$this->assertEquals(['foo' => $collection], $new->getElements());
231231
}
232232

233-
public function testWithElementNotProxiesToEmbededIfEmptyArrayValueProvided()
233+
public function testWithElementDoesNotProxyToEmbedIfAnEmptyArrayValueIsProvided()
234234
{
235235
$resource = new HalResource(['foo' => 'bar']);
236236
$new = $resource->withElement('bar', []);

0 commit comments

Comments
 (0)