summaryrefslogtreecommitdiff
path: root/tests/configtest/DefaultConfigFileTest.php
blob: 0840925b5cd17f23f80323a24bd4519b9adbcdae (plain)
1
2
3
4
5
6
7
8
9
<?php

class DefaultConfigFileTest extends PHPUnit_Framework_TestCase
{
    public function testThatFileCanBeImported()
    {
        $this->assertNotFalse(include __DIR__.'/../../config.default.php');
    }
}