Example #1
0
 public function testWithMixinAttributes()
 {
     $attributes = Compiler::withMixinAttributes(array('a' => 'b'), array(array('name' => 'class', 'value' => 'foo')));
     $this->assertSame(array('a' => 'b', 'class' => 'foo'), $attributes);
 }