From 710f2c7bb046b43ec9878ae795a181101f6d7515 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Sep 2015 23:30:56 -0400 Subject: Improve unit tests --- tests/units/AssetHelperTest.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/units/AssetHelperTest.php (limited to 'tests/units/AssetHelperTest.php') diff --git a/tests/units/AssetHelperTest.php b/tests/units/AssetHelperTest.php deleted file mode 100644 index 1143ce1f..00000000 --- a/tests/units/AssetHelperTest.php +++ /dev/null @@ -1,21 +0,0 @@ -container); - $c = new Config($this->container); - - $this->assertEmpty($h->customCss()); - - $this->assertTrue($c->save(array('application_stylesheet' => 'p { color: red }'))); - - $this->assertEquals('', $h->customCss()); - } -} -- cgit v1.2.3