Skip to content

Commit

Permalink
Added license note on top of files. Improved gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Oct 30, 2020
1 parent 5f7f29d commit ea0d3d4
Show file tree
Hide file tree
Showing 9 changed files with 123 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/PhiremockExtension/CommandBuilder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Codeception\Extension;

class CommandBuilder
Expand Down
17 changes: 17 additions & 0 deletions src/PhiremockExtension/Config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Codeception\Extension;

use Codeception\Configuration;
Expand Down
17 changes: 17 additions & 0 deletions src/PhiremockExtension/Path.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Codeception\Extension;

use Codeception\Configuration;
Expand Down
17 changes: 17 additions & 0 deletions tests/_helpers/FactoryWithGuzzle7.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Mcustiel\Phiremock\Codeception\Module\Tests\Helpers;

use GuzzleHttp;
Expand Down
2 changes: 2 additions & 0 deletions tests/_output/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
17 changes: 17 additions & 0 deletions tests/_support/Helper/Acceptance.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Helper;

// here you can define custom actions
Expand Down
17 changes: 17 additions & 0 deletions tests/_support/Helper/Functional.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Helper;

// here you can define custom actions
Expand Down
17 changes: 17 additions & 0 deletions tests/_support/Helper/Unit.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/**
* This file is part of phiremock-codeception-extension.
*
* phiremock-codeception-extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* phiremock-codeception-extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phiremock-codeception-extension. If not, see <http://www.gnu.org/licenses/>.
*/

namespace Helper;

// here you can define custom actions
Expand Down
2 changes: 2 additions & 0 deletions tests/_support/_generated/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit ea0d3d4

Please sign in to comment.