that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. http://php.net @opdavies
6 7 it('can be created from a valid email address', function () { 8 expect(Email::fromString('[email protected]')) 9 ->toBeInstanceOf(Email::class); 10 }); @opdavies
a UNIX user I need to be able to list the current directory's contents Scenario: List 2 files in a directory Given I am in a directory "test" And I have a file named "foo" And I have a file named "bar" When I run "ls" Then I should get: """ bar foo """ @opdavies
get started • A large choice of tools and frameworks • A great worldwide community • Great learning resources • Gain experience by contributing to open source projects @opdavies