Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D782
Change Details
Change Details
Old
New
Diff
Rebuild the container: `docker build -t nasqueron/notifications .` Run tests.
Rebuild the container: `docker build -t nasqueron/notifications .` Run tests: ```name=Container $ cd /opt $ git clone https://github.com/nikic/php-ast $ cd php-ast && phpize && ./configure && make && make install $ echo 'extension=ast.so' > /usr/local/etc/php/conf.d/ast.ini $ cd /var/wwwroot/default $ composer install $ php artisan config:clear Configuration cache cleared! $ php artisan cache:clear Cache cleared successfully. $ vendor/bin/phpunit PHPUnit 4.8.31 by Sebastian Bergmann and contributors. Warning: The Xdebug extension is not loaded No code coverage will be generated. ............................................................... 63 / 181 ( 34%) ................I...I.......................................... 126 / 181 ( 69%) ....................................................... Time: 5.08 seconds, Memory: 34.00MB OK, but incomplete, skipped, or risky tests! Tests: 181, Assertions: 328, Incomplete: 2. ```
Rebuild the container: `docker build -t nasqueron/notifications .` Run tests
.
:
```name=Container $ cd /opt $ git clone https://github.com/nikic/php-ast $ cd php-ast && phpize && ./configure && make && make install $ echo 'extension=ast.so' > /usr/local/etc/php/conf.d/ast.ini $ cd /var/wwwroot/default $ composer install $ php artisan config:clear Configuration cache cleared! $ php artisan cache:clear Cache cleared successfully. $ vendor/bin/phpunit PHPUnit 4.8.31 by Sebastian Bergmann and contributors. Warning: The Xdebug extension is not loaded No code coverage will be generated. ............................................................... 63 / 181 ( 34%) ................I...I.......................................... 126 / 181 ( 69%) ....................................................... Time: 5.08 seconds, Memory: 34.00MB OK, but incomplete, skipped, or risky tests! Tests: 181, Assertions: 328, Incomplete: 2. ```
Continue