function ClosureComparatorSpec::it_is_comparator in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Comparator/ClosureComparatorSpec.php \spec\Prophecy\Comparator\ClosureComparatorSpec::it_is_comparator()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Comparator/ ClosureComparatorSpec.php, line 10
Class
Namespace
spec\Prophecy\ComparatorCode
function it_is_comparator() {
$this
->shouldHaveType('SebastianBergmann\\Comparator\\Comparator');
}