Skip to content
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

Publish testing helpers #121

Open
asm89 opened this issue Jan 9, 2017 · 1 comment
Open

Publish testing helpers #121

asm89 opened this issue Jan 9, 2017 · 1 comment
Milestone

Comments

@asm89
Copy link
Member

asm89 commented Jan 9, 2017

The library ships with some testing helpers. E.g. the test scheduler, but also a base test case and some helpers that are useful. We could move those to the lib/ (or src/ for 2.x) directory and make them useable by downstream users without having to rely on autoloader hacks.

More concretely:

@davidwdan
Copy link
Member

You can autoload these with composer:

  "autoload-dev": {
    "psr-4": {
      "Rx\\": "vendor/reactivex/rxphp/test/Rx"
    },
    "files": [
      "vendor/reactivex/rxphp/test/helper-functions.php"
    ]
  },

But it would still be good to move them over to Testing within the Rx namespace.

@davidwdan davidwdan added this to the 2.1 milestone Mar 14, 2017
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

No branches or pull requests

2 participants