Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
facets
Commits
2aa56f90
Commit
2aa56f90
authored
Mar 01, 2016
by
borisson_
Browse files
Add typehint in test
parent
fb67e759
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/src/Unit/Plugin/processor/LimitItemProcessorTest.php
View file @
2aa56f90
...
...
@@ -89,6 +89,7 @@ class LimitItemProcessorTest extends UnitTestCase {
'weights'
=>
[],
'settings'
=>
[],
]);
/** @var \Drupal\facets\Result\Result[] $sorted_results */
$sorted_results
=
$processor
->
build
(
$facet
,
$this
->
originalResults
);
$this
->
assertCount
(
3
,
$sorted_results
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment