Added v1.11.0 to changelog

This commit is contained in:
Alejandro Celaya
2018-08-13 16:29:40 +02:00
parent 5d6d13c95f
commit 0c03a4b7ff
2 changed files with 42 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ class ShortUrlRepositoryTest extends DatabaseTestCase
public function findListProperlyMapsFieldNamesToColumnNamesWhenOrdering()
{
$urls = ['a', 'z', 'c', 'b'];
foreach($urls as $url) {
foreach ($urls as $url) {
$this->getEntityManager()->persist(
(new ShortUrl())->setShortCode($url)
->setLongUrl($url)