-
Notifications
You must be signed in to change notification settings - Fork 50
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
Conversation
c318133
to
dfab168
Compare
* @vcr unittest_annotation_test_auto_generated.yml | ||
*/ | ||
public function testInterceptsWithAnnotationsAutoGenerated() |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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() |
There was a problem hiding this comment.
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!
@adri fixed! |
Very nice man! Just having the conflict now oO |
Will fix during lunch! :) |
…vements # Conflicts: # tests/PHPUnit/Util/Log/VCRTest.php
@adri updated! :) |
<listeners> | ||
<listener class="PHPUnit_Util_Log_VCR" file="vendor/php-vcr/phpunit-testlistener-vcr/PHPUnit/Util/Log/VCR.php" /> | ||
</listeners> | ||
```yml |
There was a problem hiding this comment.
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
?
No description provided.