bnc = $this->make('e107Bounce'); } catch(Exception $e) { $this->assertTrue(false, "Couldn't load e107Bounce object"); } } public function testProcess() { /* FIXME: https://github.com/e107inc/e107/issues/4031 $path = $icon = codecept_data_dir()."eml/bounced_01.eml"; $this->bnc->setSource($path); $result = $this->bnc->process(false); $this->assertEquals("99999999", $result); */ } public function testSetUser_Bounced() { } public function test__construct() { } public function testGetHeader() { } public function testMailRead() { } }