We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c689d6 commit 73d6ff2Copy full SHA for 73d6ff2
.gitignore
@@ -14,7 +14,7 @@ nginx-ssl.error.log
14
php-errors.log
15
sftp-config.json
16
selenium.php
17
+composer.lock
18
19
# for netbeans
20
nbproject
-composer.lock
tests/unit/cms/classes/CmsObjectQueryTest.php
@@ -77,7 +77,6 @@ public function testLists()
77
], $pages);
78
79
$layouts = Layout::lists('baseFileName');
80
-
81
sort($layouts);
82
83
$this->assertEquals([
0 commit comments