Skip to content

Commit

Permalink
Corrected line number highlighting in documentation's code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Mar 15, 2024
1 parent f1bb9db commit 23a217f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ an instance of the ``\aik099\PHPUnit\BrowserConfiguration\BrowserConfiguration``

.. literalinclude:: examples/configuration/config_via_setup_method.php
:linenos:
:emphasize-lines: 11,16,25,34-38,41
:emphasize-lines: 14,19,28,37-41,44

Per Test Case Configuration
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -35,7 +35,7 @@ option (line 15) to the browser configuration.

.. literalinclude:: examples/configuration/per_test_case_browser_config.php
:linenos:
:emphasize-lines: 15
:emphasize-lines: 15,26,48

Selecting the Mink Driver
^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 23a217f

Please sign in to comment.