Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
test runner
  • Loading branch information
neilkakkar authored Jan 2, 2024
1 parent 3c76a85 commit ce48f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PostHog PHP

Please see the main [PostHog docs](https://posthog.com/docs).

Specifically, the [PHP integration](https://posthog.com/docs/integrations/php-integration) details.
Expand All @@ -13,4 +13,4 @@ Specifically, the [PHP integration](https://posthog.com/docs/integrations/php-in

1. [Download PHP](https://www.php.net/manual/en/install.php) and [Composer](https://getcomposer.org/download/)
2. `php composer.phar update` to install dependencies
3. `./vendor/bin/phpunit --verbose test` to run tests
3. `./vendor/bin/phpunit --verbose test` to run tests

0 comments on commit ce48f11

Please sign in to comment.