2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-23 18:12:16 +00:00
Files
website/common/code/test
Daniel James 18904dd490 Wonky path/file handling for partials.
The ruby version resolves partial paths to the current working
directory, this resolves them to the path of the current file. I can't
see it specified anywhere and this seems like better behaviour to me.
2016-05-19 23:19:08 +01:00
..

Most of the website is completely self-contained, but the tests use composer
to pull in some dependencies. You'll need to install composer from
https://getcomposer.org/

Then in this directory run:

    composer install

And that should install all the dependencies into the `vendor` directory.

You should now be able to run individual tests directly:

    php filters.phpt

Or run all the tests using something like:

    ./vendor/bin/tester -p php -c config/php.ini .