commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / snappy / test / Knp / Snappy / PdfTest.php
1 <?php
2
3 namespace Knp\Snappy;
4
5 class PdfTest extends \PHPUnit_Framework_TestCase
6 {
7 public function testCreateInstance()
8 {
9 $testObject = new \Knp\Snappy\Pdf();
10 $this->assertInstanceOf('\Knp\Snappy\Pdf', $testObject);
11 }
12 }