Skip to content
Snippets Groups Projects
Select Git revision
  • upstream
  • debian/latest default
  • pristine-tar
  • debian/4.0.1-4
  • debian/4.0.1-3
  • debian/4.0.1-2
  • debian/4.0.1-1
  • upstream/4.0.1
  • 4.0.1
  • 1.0.3
  • debian/4.0.0-1
  • upstream/4.0.0
  • 4.0.0
  • debian/3.0.0-1
  • upstream/3.0.0
  • 3.0.0
  • debian/2.0.3-5
  • debian/2.0.3-4
  • debian/2.0.3-3
  • debian/2.0.3-2
  • 1.0.2
  • debian/2.0.3-1
  • upstream/2.0.3
23 results

phpunit-code-unit-reverse-lookup

  • Clone with SSH
  • Clone with HTTPS
  • Latest Stable Version CI Status codecov

    sebastian/code-unit-reverse-lookup

    Looks up which function or method a line of code belongs to.

    Installation

    You can add this library as a local, per-project dependency to your project using Composer:

    composer require sebastian/code-unit-reverse-lookup

    If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

    composer require --dev sebastian/code-unit-reverse-lookup