Skip to content

Commit

Permalink
Formatted vendors to Symfony vendor style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Steijaert committed Sep 2, 2011
1 parent 3b3192d commit 718edec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
@@ -1,3 +1,3 @@
[submodule "vendors/Symfony/Component/ClassLoader"]
path = vendors/Symfony/Component/ClassLoader
url = git://github.com/symfony/ClassLoader.git
[submodule "vendor/symfony/src/Symfony/Component/ClassLoader"]
path = vendor/symfony/src/Symfony/Component/ClassLoader
url = https://github.com/symfony/ClassLoader.git
9 changes: 9 additions & 0 deletions tests/Ogone/Tests/PaymentRequestTest.php
Expand Up @@ -97,4 +97,13 @@ public function provideBadParameters()
array('setPspid', $longString),
);
}

/**
* @test
* @expectedException \InvalidArgumentException
*/
public function CreateFromArrayInvalidPhone()
{
$paymentRequest = PaymentRequest::createFromArray(new FakeShaComposer, array('language'=>'West-Vlaams'));
}
}

0 comments on commit 718edec

Please sign in to comment.