Closed bar closed 10 years ago
Is the main purpose of the public static parameters (like CakeResque::$resqueClass) [1] to be able to test mocking the classes?¿
public static
CakeResque::$resqueClass
[1] https://github.com/kamisama/Cake-Resque/blob/master/Lib/CakeResque.php#L38
Yes
Perfect, thanks.
Is the main purpose of the
public static
parameters (likeCakeResque::$resqueClass
) [1] to be able to test mocking the classes?¿[1] https://github.com/kamisama/Cake-Resque/blob/master/Lib/CakeResque.php#L38