Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 509 Bytes

File metadata and controls

21 lines (18 loc) · 509 Bytes

Testing

CodeIgniter ships with a number of tools to help you test and debug your application thoroughly. The following sections should get you quickly testing your applications.

.. toctree::
    :titlesonly:

    Getting Started <overview>
    Database <database>
    Generating Data <fabricator>
    Controller Testing <controllers>
    HTTP Testing <feature>
    response
    cli
    Mocking <mocking>
    benchmark
    debugging
    Session Testing <session_testing>