Skip to content

Instantly share code, notes, and snippets.

@event15
Last active June 23, 2016 13:48
Show Gist options
  • Save event15/c926c1568bc2a09b7c18 to your computer and use it in GitHub Desktop.
Save event15/c926c1568bc2a09b7c18 to your computer and use it in GitHub Desktop.
Test dla liczby 4
<?php
public function it_returns_2_2_for_4()
{
$this->factorize(4)->shouldReturn([2, 2]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment