update 1.0.8.0
Commits for version update
This commit is contained in:
19
vendor/maatwebsite/excel/tests/TestConfig.php
vendored
Normal file
19
vendor/maatwebsite/excel/tests/TestConfig.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
use Mockery as m;
|
||||
|
||||
class TestConfig extends TestCase
|
||||
{
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
parent::tearDown();
|
||||
m::close();
|
||||
}
|
||||
|
||||
public function testCreatorConfig()
|
||||
{
|
||||
$this->assertEquals(Config::get('excel.creator'), 'Maatwebsite');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user