noregression/callable-comparator

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitignore
.travis.yml
README.md
codeclimate.sh
composer.json
composer.lock
phpunit.xml.dist
src/PHPUnit/CallableComparatorTrait.php28
src/PHPUnit/Comparator/ArrayComparator.php12
src/PHPUnit/Comparator/CallableComparator.php27
A
45 mins
src/PHPUnit/Comparator/Callables/BaseCallable.php19
src/PHPUnit/Comparator/Callables/CallableInterface.php8
src/PHPUnit/Comparator/Callables/CallableProxy.php39
src/PHPUnit/Comparator/Callables/IsDateTime.php22
src/PHPUnit/Comparator/Callables/IsPasswordHashFor.php26
src/PHPUnit/Comparator/Callables/IsUuid.php21
src/PHPUnit/Exporter/Exporter.php14