%PDF- %PDF-
Direktori : /proc/self/root/var/www/pjcbackup/vendor/cknow/laravel-money/tests/ |
Current File : //proc/self/root/var/www/pjcbackup/vendor/cknow/laravel-money/tests/MoneyServiceProviderTest.php |
<?php namespace Cknow\Money\Tests; class MoneyServiceProviderTest extends TestCase { public function testBladeDirectives() { $customDirectives = $this->app->make('blade.compiler')->getCustomDirectives(); static::assertArrayHasKey('money', $customDirectives); static::assertArrayHasKey('currency', $customDirectives); } }