initial commit
This commit is contained in:
20
tests/functional/laravel5/CollectionCest.php
Normal file
20
tests/functional/laravel5/CollectionCest.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
namespace laravel5;
|
||||
|
||||
use \FunctionalTester;
|
||||
|
||||
class CollectionCest
|
||||
{
|
||||
public function _before(FunctionalTester $I)
|
||||
{
|
||||
}
|
||||
|
||||
public function _after(FunctionalTester $I)
|
||||
{
|
||||
}
|
||||
|
||||
// tests
|
||||
public function tryToTest(FunctionalTester $I)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user