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

Commit

Permalink
Improve test names
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 4, 2018
1 parent 943d843 commit c7a13b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/HalResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public function testWithElementProxiesToEmbedIfResourceCollectionValueProvided()
$this->assertEquals(['foo' => $collection], $new->getElements());
}

public function testWithElementNotProxiesToEmbededIfEmptyArrayValueProvided()
public function testWithElementDoesNotProxyToEmbedIfAnEmptyArrayValueIsProvided()
{
$resource = new HalResource(['foo' => 'bar']);
$new = $resource->withElement('bar', []);
Expand Down

0 comments on commit c7a13b2

Please sign in to comment.