You are here

6 methods override PHPUnit_Framework_Constraint::count() in Zircon Profile 8

PHPUnit_Framework_Constraint_And::count in vendor/phpunit/phpunit/src/Framework/Constraint/And.php
Counts the number of constraint elements.
PHPUnit_Framework_Constraint_Composite::count in vendor/phpunit/phpunit/src/Framework/Constraint/Composite.php
Counts the number of constraint elements.
PHPUnit_Framework_Constraint_IsAnything::count in vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php
Counts the number of constraint elements.
PHPUnit_Framework_Constraint_Not::count in vendor/phpunit/phpunit/src/Framework/Constraint/Not.php
Counts the number of constraint elements.
PHPUnit_Framework_Constraint_Or::count in vendor/phpunit/phpunit/src/Framework/Constraint/Or.php
Counts the number of constraint elements.
PHPUnit_Framework_Constraint_Xor::count in vendor/phpunit/phpunit/src/Framework/Constraint/Xor.php
Counts the number of constraint elements.