Skip to content

docs: improve testing/overview.rst#8492

Merged
kenjis merged 5 commits intocodeigniter4:developfrom
kenjis:docs-testing/overview.rst
Feb 2, 2024
Merged

docs: improve testing/overview.rst#8492
kenjis merged 5 commits intocodeigniter4:developfrom
kenjis:docs-testing/overview.rst

Conversation

@kenjis
Copy link
Copy Markdown
Member

@kenjis kenjis commented Feb 1, 2024

Description

  • update some descriptiions
  • update sample code

Checklist:

  • Securely signed commits
  • [] Component(s) with PHPDoc blocks, only if necessary or adds value
  • [] Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@kenjis kenjis added the documentation Pull requests for documentation only label Feb 1, 2024
Comment thread user_guide_src/source/testing/overview.rst
In order to take advantage of the additional tools provided, your tests must extend ``CIUnitTestCase``. All tests
are expected to be located in the **tests/app** directory by default.
In order to take advantage of the additional tools provided, your tests must extend
``CIUnitTestCase``.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to be presented with the namespace.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@kenjis kenjis force-pushed the docs-testing/overview.rst branch from f82fe5f to 0aebebf Compare February 2, 2024 00:18
@kenjis kenjis merged commit c36c1c5 into codeigniter4:develop Feb 2, 2024
@kenjis kenjis deleted the docs-testing/overview.rst branch February 2, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Pull requests for documentation only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants