roundcubemail/tests/.gitattributes
Michael Voříšek 600bbf608e
Run unit tests in CI on Windows too (#9251)
* Run unit tests in CI on Windows too
* Install::test_check_mime_extensions() has no mime.types on Windows
* Fix sqlite test DB path and unlink for Windows
* Fix rcube::exec() testing for Windows
* Prevent git EOL conversion for tests/
* Fix test_rtf2text test for text with CRLF
* run E2E tests on one php version only
2023-12-10 16:18:04 +01:00

6 lines
130 B
Plaintext

# prevent git EOL conversion
/src/sql/*.sql -text
/src/format-flowed.txt -text
/src/format-flowed-unfolded.txt -text
*.php eol=lf