Class Kitab\DocTest\Asserter\Assert
class Assert extends atoum\asserter
{
public function setWith($callable);
}
The assert
asserter. It helps to test a piece of code using the assert
intrinsic.
Methods
-
public function setWith($callable)