Exemplo n.º 1
0
function sum($x, $y)
{
    expectsAll([int, Integer::class], [$x, $y]);
}
Exemplo n.º 2
0
 function expectsIntsNegativeTest($x, $y)
 {
     expectsAll(int, [$x, $y]);
 }