Skip to content

Instantly share code, notes, and snippets.

@event15
Last active January 15, 2016 10:47
Show Gist options
  • Save event15/41c5ba1c89af0342b396 to your computer and use it in GitHub Desktop.
Save event15/41c5ba1c89af0342b396 to your computer and use it in GitHub Desktop.
Przygotowany plik do testów
<?php
namespace spec\Kata;
use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
class PrimeFactorsSpec extends ObjectBehavior
{
function it_is_initializable()
{
$this->shouldHaveType('PrimeFactors');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment