We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc3ec1 commit 85e12ccCopy full SHA for 85e12cc
tests/SassmeisterTest.php
@@ -0,0 +1,18 @@
1
+<?php
2
+
3
+class SassmeisterTest extends TestCaseBase
4
+{
5
+ public function testGist()
6
+ {
7
+ $this->assertEmbed(
8
+ 'http://sassmeister.com/gist/1122e441f0434ec6eb2a',
9
+ [
10
+ 'title' => 'SassMeister | The Sass Playground!',
11
+ 'imageWidth' => 240,
12
+ 'imageHeight' => 240,
13
+ 'type' => 'rich',
14
+ 'providerName' => 'sassmeister',
15
+ ]
16
+ );
17
+ }
18
+}
0 commit comments