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 0b735b5 commit 970419fCopy full SHA for 970419f
tests/AssertClassTest.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+namespace EnricoStahn\JsonAssert\Tests;
4
5
+use EnricoStahn\JsonAssert\AssertClass;
6
7
+class AssertClassTest extends \PHPUnit_Framework_TestCase
8
+{
9
+ public function testClassInstance()
10
+ {
11
+ static::assertInstanceOf('EnricoStahn\JsonAssert\AssertClass', new AssertClass());
12
+ }
13
+}
0 commit comments