fromContent('some content')->shouldReturn(12); $this->fromContent('some other content')->shouldReturn(18); $this->fromContent('some')->shouldReturn(4); } }