Skip to content

Fix/general improvements #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 24, 2016
Merged

Conversation

renatomefi
Copy link
Member

No description provided.

@renatomefi renatomefi force-pushed the fix/general-improvements branch from c318133 to dfab168 Compare October 18, 2016 21:08
* @vcr unittest_annotation_test_auto_generated.yml
*/
public function testInterceptsWithAnnotationsAutoGenerated()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it needs a test because this is intensively tested within php-vcr.
But keeping it is ok, I just wonder if we don't delete the fixture file in the test or use vfsStream that we can get false-positives.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, I'll remove it from here and work on it better when I integrate Travis to this project in a future PR! :)

/**
* @vcr unittest_annotation_test.yml
*/
public function testInterceptsWithAnnotationsAndFileExtension()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I like the .yml test!

@renatomefi
Copy link
Member Author

@adri fixed!
To test just: ./vendor/bin/phpunit because now the phpunit.xml is updated.
Also did it in the README to keep things aligned!

@renatomefi renatomefi mentioned this pull request Oct 19, 2016
@adri
Copy link
Contributor

adri commented Oct 24, 2016

Very nice man! Just having the conflict now oO

@renatomefi
Copy link
Member Author

Will fix during lunch! :)

…vements

# Conflicts:
#	tests/PHPUnit/Util/Log/VCRTest.php
@renatomefi
Copy link
Member Author

@adri updated! :)

@adri adri merged commit 011f9a8 into php-vcr:master Oct 24, 2016
<listeners>
<listener class="PHPUnit_Util_Log_VCR" file="vendor/php-vcr/phpunit-testlistener-vcr/PHPUnit/Util/Log/VCR.php" />
</listeners>
```yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be xml?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants