assertEquals($expected, $binaryStep->compute($value)); } public function binaryStepProvider(): array { return [ [1, 1], [1, 0], [0, -0.1], ]; } }