📂 FileMgr
📍
/home/rsukartini.com/rs/tests/session
✏️ Edit File: /home/rsukartini.com/rs/tests/session/ExampleSessionTest.php
⬅ Kembali
<?php use CodeIgniter\Test\CIUnitTestCase; /** * @internal */ final class ExampleSessionTest extends CIUnitTestCase { public function testSessionSimple(): void { $session = service('session'); $session->set('logged_in', 123); $this->assertSame(123, $session->get('logged_in')); } }
💾 Simpan File
Batal
⬅ Naik ke tests
1 item
Nama
Tipe
Ukuran
Diubah
Aksi
🐘
ExampleSessionTest.php
php
323 B
2025-05-02 16:00
✏️ Edit
👁️ View
🗑 Hapus