%PDF- %PDF-
| Direktori : /var/www/pjc/vendor/cknow/laravel-money/tests/ |
| Current File : /var/www/pjc/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);
}
}