Skip to content

Commit

Permalink
Modifed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Pronsky committed Nov 26, 2014
1 parent 3d0e552 commit cd7344d
Show file tree
Hide file tree
Showing 2 changed files with 3,329 additions and 2,025 deletions.
5,345 changes: 3,320 additions & 2,025 deletions lib/vendor/autoprefixer.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions test/AutoprefixerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ public function testCompiler($name)
$this->assertEquals(static::$tests[$name][0], static::$tests[$name][1]);
}

/**
* @beforeClass
*/
public static function updateAutoprefixer()
{
$autoprefixer = new Autoprefixer();
$autoprefixer->update();
}

public function provider()
{
$this->settings = $this->getSettings();
Expand Down

0 comments on commit cd7344d

Please sign in to comment.