/** * */ public function testIsPhone() { $input = '7655559090'; $this->assertTrue(Inspekt::isPhone($input)); }