📂 FileMgr
📍
/home/u462965992/domains/afsarnext.com/public_html/tests/session
✏️ Edit File: /home/u462965992/domains/afsarnext.com/public_html/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
2026-02-18 02:35
✏️ Edit
👁️ View
🗑 Hapus