CI->load->helper('log'); } /** * Just a few assertions */ public function testAsserts() { $this->assertEquals(3, 3, "3 == 3"); $this->assertTrue(true, "true == true"); } }