mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-18 05:32:23 -05:00
f502810f43
It seems that Atoum doesn't find the class to be tested when running `./console tests:unit` ==> Error E_USER_ERROR in /home/vjousse/usr/src/php/poche/tests/unit/Entry.php on unknown line, generated by unknown file: Tested class 'Entry' does not exist for test class 'tests\unit\Entry' |
||
---|---|---|
src | ||
tests | ||
web | ||
.gitignore | ||
composer.json | ||
console | ||
LICENSE | ||
README.md |
Poche v2
This is a Proof of Concept of Poche v2 using the PHP micro-framework Silex.
Installation
Get Composer and install Silex:
curl -s http://getcomposer.org/installer | php
php composer.phar install
Then configure your webserver to point to the web/
directory. Some documentation is available on the Silex documentation page.
If you are using PHP 5.4 you can run Poche v2 by using the embedded webserver:
php -S localhost:8080 -t web web/index.php
Poche should now be running at http://localhost:8080.