Hi,
i want to open a discussion about PHPUnit. First of all - I love PHPUnit - but i see some problems by testing methodes which providing downwardly compatible. The function "file_gets_content" is in old php versions not available. We should check this with function_exists() - if these is false we should write an alternative function. This is only an example. But how we could test this with PHPUnit? Best regards Sebastian
