Skip to content

Commit 73d6ff2

Browse files
committed
Minor
1 parent 8c689d6 commit 73d6ff2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nginx-ssl.error.log
1414
php-errors.log
1515
sftp-config.json
1616
selenium.php
17+
composer.lock
1718

1819
# for netbeans
1920
nbproject
20-
composer.lock

tests/unit/cms/classes/CmsObjectQueryTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public function testLists()
7777
], $pages);
7878

7979
$layouts = Layout::lists('baseFileName');
80-
8180
sort($layouts);
8281

8382
$this->assertEquals([

0 commit comments

Comments
 (0)