Skip to content

Commit 85e12cc

Browse files
committed
Add test for Sassmeister adapter
1 parent 7bc3ec1 commit 85e12cc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/SassmeisterTest.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)