mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Simple PHPUnit tests
This commit is contained in:
parent
72bf212f67
commit
2ed88f5d27
9 changed files with 85 additions and 7 deletions
11
tests/_data/html/1.html
Normal file
11
tests/_data/html/1.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
body {color:red}
|
||||
p {margin:0; padding:0}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
123
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue