Skip to content

Commit 7d20c89

Browse files
committed
docs: add namespace Tests; to sample code
1 parent 0d2cf34 commit 7d20c89

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

user_guide_src/source/testing/overview/018.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace Tests;
4+
35
use CodeIgniter\CLI\CLI;
46
use CodeIgniter\Test\CIUnitTestCase;
57
use CodeIgniter\Test\StreamFilterTrait;

user_guide_src/source/testing/overview/019.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace Tests;
4+
35
use CodeIgniter\CLI\CLI;
46
use CodeIgniter\Test\CIUnitTestCase;
57
use CodeIgniter\Test\PhpStreamWrapper;

user_guide_src/source/testing/overview/020.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace Tests;
4+
35
use CodeIgniter\CLI\CLI;
46
use CodeIgniter\Test\CIUnitTestCase;
57
use CodeIgniter\Test\Filters\CITestStreamFilter;

0 commit comments

Comments
 (0)