Worked through some bugs, updated dependencies
The vendor directory is now just composer stuff. Planning to rearrange some files soon but wanted to commit these changes. AYAH is now installed via composer from a package I am maintaining and I dropped the test helpers as it is a dev-only requirement (and that's assuming you even want to test).
This commit is contained in:
parent
c9f39e2e18
commit
293f618bef
43 changed files with 160 additions and 3148 deletions
|
@ -123,18 +123,6 @@ class ConfigTest extends PHPUnit_Framework_TestCase
|
|||
$this->assertEquals('objects,timers', $config->pickles['profiler']);
|
||||
}
|
||||
|
||||
public function testProfilerForceTrue()
|
||||
{
|
||||
setUpConfig([
|
||||
'environment' => 'local',
|
||||
'pickles' => ['profiler' => ['unknown']],
|
||||
]);
|
||||
|
||||
$config = new Config();
|
||||
|
||||
$this->assertTrue($config->pickles['profiler']);
|
||||
}
|
||||
|
||||
public function testSecurityConstant()
|
||||
{
|
||||
setUpConfig([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue