public function testFirstSpace() { $this->assertEquals(6, Utils::firstSpace('Value 12')); $this->assertNull(Utils::firstSpace('Value')); }