mirror of
https://github.com/e107inc/e107.git
synced 2025-04-04 12:42:40 +02:00
thumbnail test added.
This commit is contained in:
parent
2301c4a042
commit
36c6d1425c
26
tests/acceptance/0010_ThumbCest.php
Normal file
26
tests/acceptance/0010_ThumbCest.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
|
||||
class ThumbCest
|
||||
{
|
||||
public function _before(AcceptanceTester $I)
|
||||
{
|
||||
}
|
||||
|
||||
public function _after(AcceptanceTester $I)
|
||||
{
|
||||
}
|
||||
|
||||
// tests
|
||||
public function testThumbOutput(AcceptanceTester $I)
|
||||
{
|
||||
|
||||
$I->amOnPage('/thumb.php?src=e_PLUGIN%2Fgallery%2Fimages%2Fbutterfly.jpg&w=220&h=190');
|
||||
|
||||
$I->seeResponseCodeIs(200);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user