1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Tests debug

This commit is contained in:
eldadfux 2019-10-21 16:17:55 +03:00
parent a3dd8e408e
commit d187ae6b2d
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
language: php
php:
- '7.1'
- '7.3'
addons:
hosts:

View file

@ -182,6 +182,8 @@ class ProjectAvatarsTest extends BaseProjects
'url' => 'https://appwrite.io/',
]);
var_dump($logo);
$this->assertEquals(200, $logo['headers']['status-code']);
$this->assertEquals('image/png; charset=UTF-8', $logo['headers']['content-type']);
$this->assertEquals('5f22187ae9b19c9d92a28b3ce1f74777', md5($logo['body']));