2009-07-16 20:21:49 +01:00
|
|
|
<?php
|
2015-08-09 12:14:28 +01:00
|
|
|
class PixelHandlerTest extends ShimmiePHPUnitTestCase {
|
2015-09-26 11:17:13 +01:00
|
|
|
public function testPixelHander() {
|
2009-07-16 20:21:49 +01:00
|
|
|
$this->log_in_as_user();
|
2015-08-09 12:14:28 +01:00
|
|
|
$image_id = $this->post_image("tests/pbx_screenshot.jpg", "pbx computer screenshot");
|
|
|
|
//$this->assert_response(302);
|
2009-07-20 06:51:36 +01:00
|
|
|
|
|
|
|
# FIXME: test that the thumb works
|
|
|
|
# FIXME: test that it gets displayed properly
|
2009-07-16 20:21:49 +01:00
|
|
|
}
|
|
|
|
}
|
2014-04-24 22:28:53 -04:00
|
|
|
|