rocketeer icon indicating copy to clipboard operation
rocketeer copied to clipboard

Allow for additional checks

Open mbrodala opened this issue 8 years ago • 2 comments

The Check task currently checks for manager, language, extensions and drivers.

However, this is rather limiting and does not allow for performing additional checks, e.g. PHP upload_max_filesize and similar.

I'd suggest adding a additional method to the CheckStrategyInterface which could be used to perform and return these kind of additional checks.

mbrodala avatar Aug 21 '15 10:08 mbrodala

Well you could already use the before and after hooks for this no? Those should fail the task if you return false in them in theory

Anahkiasen avatar Jul 12 '16 09:07 Anahkiasen

@Anahkiasen You may be right about this, gotta give this a try ASAP. :-)

mbrodala avatar Jul 12 '16 09:07 mbrodala