Example #1
0
 public function testItShouldCheckStringIsString()
 {
     $value = 'asdsdadds';
     Assert::isString($value);
     $this->assertTrue(true);
 }