markTestIncomplete( 'This test fails and should be fixed.' ); try { require_once 'PelJpeg.php'; $jpeg = new PelJpeg($file); } catch (Exception $e) { $this->fail('Test should not throw an exception'); } } }