PHPMailer/test/Fixtures/FileIsAccessibleTest
jrfnl 49bcd4a035 Tests: introduce dedicated tests for the `PHPMailer::fileIsAccessible()` method
So far, this method did not have dedicated tests.

The test file this commit introduces, tests nearly all aspects of the method as well as documents the current behaviour of the method.

There is one particular test case missing. This is annotated in the class docblock.

While this method is quite simple, testing it separately means that the tests for methods _using_ this method don't have to _also_ test the functioning of this method, which means they can be more focussed on their own logic.
2021-07-09 09:36:36 +02:00
..
accessible.txt Tests: introduce dedicated tests for the `PHPMailer::fileIsAccessible()` method 2021-07-09 09:36:36 +02:00
inaccessible.txt Tests: introduce dedicated tests for the `PHPMailer::fileIsAccessible()` method 2021-07-09 09:36:36 +02:00