style() public static method

style
Since: 3.0.0
public static style ( ) : object
return object
Example #1
0
 /**
  * testStyle
  *
  * @since 3.0.0
  */
 public function testStyle()
 {
     /* actual */
     $actual = Template\Tag::style();
     /* compare */
     $this->assertInstanceOf('Redaxscript\\Head\\Style', $actual);
 }